We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580986d commit e060847Copy full SHA for e060847
blockchain/for-validators-nominators-and-stakers/using_source.md
@@ -2,9 +2,9 @@
2
3
If you want to build from source instead of using prebuilt binary:
4
5
-1. Checkout the `v21.0.0` tag of repo:
+1. Checkout the `v25.0.0` tag of repo:
6
```
7
- git clone https://github.com/liberland/liberland_substrate.git --depth 1 -b v21.0.0
+ git clone https://github.com/liberland/liberland_substrate.git --depth 1 -b v25.0.0
8
cd liberland_substrate
9
10
2. Build the code - see [Build, run & test using source code](../dev/dev.md) guide. Only follow up to the end of **Build the node**.
0 commit comments