Skip to content

Commit

Permalink
chore: update Gear executable version to v1.0.2 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilsan authored Nov 30, 2023
1 parent a6e95ef commit 23af718
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/staking/validate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ Download the latest stable release of the `gear` node from the builds repo and u
Terminal:
```bash
curl -O https://get.gear.rs/gear-v1.0.0-x86_64-pc-windows-msvc.zip
curl -O https://get.gear.rs/gear-v1.0.2-x86_64-pc-windows-msvc.zip
```
or
**Windows x64**: [gear-v1.0.0-x86_64-pc-windows-msvc.zip](https://get.gear.rs/gear-v1.0.0-x86_64-pc-windows-msvc.zip)
**Windows x64**: [gear-v1.0.2-x86_64-pc-windows-msvc.zip](https://get.gear.rs/gear-v1.0.2-x86_64-pc-windows-msvc.zip)
Unzip the downloaded package then you can try to run the node:
```
❯ gear.exe --version
gear.exe 1.0.0-9eea531dae1
gear.exe 1.0.2-d02d306f97c
```
</TabItem>
Expand All @@ -56,18 +56,18 @@ gear.exe 1.0.0-9eea531dae1
Terminal:
```bash
curl https://get.gear.rs/gear-v1.0.0-aarch64-apple-darwin.tar.xz | tar xJ
curl https://get.gear.rs/gear-v1.0.2-aarch64-apple-darwin.tar.xz | tar xJ
```
or
**macOS M1/M2**: [gear-v1.0.0-aarch64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.0.0-aarch64-apple-darwin.tar.xz)
**macOS M1/M2**: [gear-v1.0.2-aarch64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.0.2-aarch64-apple-darwin.tar.xz)
You can try to run the node:
```
❯ ./gear --version
gear 1.0.0-9eea531dae1
gear 1.0.2-d02d306f97c
```
</TabItem>
Expand All @@ -76,18 +76,18 @@ gear 1.0.0-9eea531dae1
Terminal:
```bash
curl https://get.gear.rs/gear-v1.0.0-x86_64-apple-darwin.tar.xz | tar xJ
curl https://get.gear.rs/gear-v1.0.2-x86_64-apple-darwin.tar.xz | tar xJ
```
or
**macOS Intel x64**: [gear-v1.0.0-x86_64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.0.0-x86_64-apple-darwin.tar.xz)
**macOS Intel x64**: [gear-v1.0.2-x86_64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.0.2-x86_64-apple-darwin.tar.xz)
You can try to run the node:
```
❯ ./gear --version
gear 1.0.0-9eea531dae1
gear 1.0.2-d02d306f97c
```
</TabItem>
Expand All @@ -97,18 +97,18 @@ gear 1.0.0-9eea531dae1
Terminal:
```bash
curl https://get.gear.rs/gear-v1.0.0-x86_64-unknown-linux-gnu.tar.xz | tar xJ
curl https://get.gear.rs/gear-v1.0.2-x86_64-unknown-linux-gnu.tar.xz | tar xJ
```
or
**Linux x64**: [gear-v1.0.0-x86_64-unknown-linux-gnu.tar.xz](https://get.gear.rs/gear-v1.0.0-x86_64-unknown-linux-gnu.tar.xz)
**Linux x64**: [gear-v1.0.2-x86_64-unknown-linux-gnu.tar.xz](https://get.gear.rs/gear-v1.0.2-x86_64-unknown-linux-gnu.tar.xz)
You can try to run the node:
```
❯ ./gear --version
gear 1.0.0-9eea531dae1
gear 1.0.2-d02d306f97c
```
</TabItem>
Expand Down

0 comments on commit 23af718

Please sign in to comment.