Skip to content

Commit

Permalink
Use 0.5.0 in the README instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
measure-fi committed Aug 11, 2022
1 parent 27c5064 commit d34a59a
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 @@ -44,7 +44,7 @@ N/A
To get the latest `palomad` binary:

```shell
wget -O - https://github.com/palomachain/paloma/releases/latest/download/paloma_Linux_x86_64.tar.gz | \
wget -O - https://github.com/palomachain/paloma/releases/download/v0.5.0/paloma_Linux_x86_64.tar.gz | \
sudo tar -C /usr/local/bin -xvzf - palomad
sudo chmod +x /usr/local/bin/palomad
# Required until we figure out cgo
Expand All @@ -58,7 +58,7 @@ If you're upgrading to the most recent version, you will need to stop `palomad`
1. Stop your paloma version and get 0.5.0
```
service palomad stop
wget -O - https://github.com/palomachain/paloma/releases/latest/download/paloma_Linux_x86_64.tar.gz | \
wget -O - https://github.com/palomachain/paloma/releases/download/v0.5.0/paloma_Linux_x86_64.tar.gz | \
tar -C /usr/local/bin -xvzf - palomad
```

Expand Down

0 comments on commit d34a59a

Please sign in to comment.