diff --git a/docs/staking/validate.mdx b/docs/staking/validate.mdx index 338a88d..8ad7d9e 100644 --- a/docs/staking/validate.mdx +++ b/docs/staking/validate.mdx @@ -31,43 +31,23 @@ Download the latest stable release of the `gear` node from the builds repo and u ````mdx-code-block - + Terminal: ```bash -curl -O https://get.gear.rs/gear-v1.0.4-x86_64-pc-windows-msvc.zip +curl https://get.gear.rs/gear-v1.1.1-aarch64-apple-darwin.tar.xz | tar xJ ``` or -**Windows x64**: [gear-v1.0.4-x86_64-pc-windows-msvc.zip](https://get.gear.rs/gear-v1.0.4-x86_64-pc-windows-msvc.zip) +**macOS M1/M2**: [gear-v1.1.1-aarch64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.1.1-aarch64-apple-darwin.tar.xz) -Unzip the downloaded package then you can try to run the node: - -``` -❯ gear.exe --version -gear.exe 1.0.4-d383807b6c6 -``` - - - - -Terminal: - -```bash -curl https://get.gear.rs/gear-v1.0.4-aarch64-apple-darwin.tar.xz | tar xJ -``` - -or - -**macOS M1/M2**: [gear-v1.0.4-aarch64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.0.4-aarch64-apple-darwin.tar.xz) - -You can try to run the node: +Run the node: ``` ❯ ./gear --version -gear 1.0.4-d383807b6c6 +gear 1.1.1-33ee05d5aab ``` @@ -76,18 +56,18 @@ gear 1.0.4-d383807b6c6 Terminal: ```bash -curl https://get.gear.rs/gear-v1.0.4-x86_64-apple-darwin.tar.xz | tar xJ +curl https://get.gear.rs/gear-v1.1.1-x86_64-apple-darwin.tar.xz | tar xJ ``` or -**macOS Intel x64**: [gear-v1.0.4-x86_64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.0.4-x86_64-apple-darwin.tar.xz) +**macOS Intel x64**: [gear-v1.1.1-x86_64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.1.1-x86_64-apple-darwin.tar.xz) -You can try to run the node: +Run the node: ``` ❯ ./gear --version -gear 1.0.4-d383807b6c6 +gear 1.1.1-33ee05d5aab ``` @@ -97,18 +77,18 @@ gear 1.0.4-d383807b6c6 Terminal: ```bash -curl https://get.gear.rs/gear-v1.0.4-x86_64-unknown-linux-gnu.tar.xz | tar xJ +curl https://get.gear.rs/gear-v1.1.1-x86_64-unknown-linux-gnu.tar.xz | tar xJ ``` or -**Linux x64**: [gear-v1.0.4-x86_64-unknown-linux-gnu.tar.xz](https://get.gear.rs/gear-v1.0.4-x86_64-unknown-linux-gnu.tar.xz) +**Linux x64**: [gear-v1.1.1-x86_64-unknown-linux-gnu.tar.xz](https://get.gear.rs/gear-v1.1.1-x86_64-unknown-linux-gnu.tar.xz) -You can try to run the node: +Run the node: ``` ❯ ./gear --version -gear 1.0.4-d383807b6c6 +gear 1.1.1-33ee05d5aab ```