Skip to content

Commit

Permalink
update readme (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-bandit authored Apr 21, 2024
1 parent bef8fd1 commit 7c94898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ rm -r ~/.paloma/data/wasm/cache
### To get the latest prebuilt `palomad` binary:

```shell
wget -O - https://github.com/palomachain/paloma/releases/download/v1.13.2/paloma_Linux_x86_64.tar.gz | \
wget -O - https://github.com/palomachain/paloma/releases/download/v1.13.3/paloma_Linux_x86_64.tar.gz | \
sudo tar -C /usr/local/bin -xvzf - palomad
sudo chmod +x /usr/local/bin/palomad
```
Expand All @@ -107,7 +107,7 @@ sudo chmod +x /usr/local/bin/palomad
```shell
git clone https://github.com/palomachain/paloma.git
cd paloma
git checkout v1.13.2
git checkout v1.13.3
make build
sudo mv ./build/palomad /usr/local/bin/palomad
```
Expand Down

0 comments on commit 7c94898

Please sign in to comment.