Skip to content

Commit

Permalink
Update cli-usage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr authored May 12, 2023
1 parent 376f3ca commit 78d9133
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/cli-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ cd gravity-bin

# the gravity chain binary itself

wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.1/gravity-linux-amd64
wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.9.2/gravity-linux-amd64
mv gravity-linux-amd64 gravity

# Tools for the gravity bridge from the gravity repo

wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.1/gbt
wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.9.2/gbt
chmod +x *
sudo mv * /usr/bin/

Expand All @@ -35,20 +35,20 @@ cd gravity-bin

# the gravity chain binary itself

wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.1/gravity-darwin-amd64
wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.9.2/gravity-darwin-amd64
mv gravity-darwin-amd64 gravity

# Tools for the gravity bridge from the gravity repo

wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.1/gbt-mac-amd64
wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.9.2/gbt-mac-amd64
chmod +x *
sudo mv * /usr/bin/

```

### Windows

Download [gravity](https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.1/gravity-windows-amd64.exe) and [gbt](https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.1/gbt.exe)
Download [gravity](https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.9.2/gravity-windows-amd64.exe) and [gbt](https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.9.2/gbt.exe)

You will need to open a terminal and, before running any commands, nagivate to the directory where these files were downloaded.

Expand Down

0 comments on commit 78d9133

Please sign in to comment.