Skip to content

Commit

Permalink
chore: update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
maharifu committed Jun 20, 2024
1 parent 030f9e6 commit 996fa50
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 @@ -82,7 +82,7 @@ This repo does not accept issues. Please use <https://github.com/palomachain/pal
### To get the latest prebuilt `pigeon` binary

```shell
wget -O - https://github.com/palomachain/pigeon/releases/download/v1.12.0/pigeon_Linux_x86_64.tar.gz | \
wget -O - https://github.com/palomachain/pigeon/releases/download/v1.12.1/pigeon_Linux_x86_64.tar.gz | \
sudo tar -C /usr/local/bin -xvzf - pigeon
sudo chmod +x /usr/local/bin/pigeon

Expand All @@ -94,7 +94,7 @@ mkdir ~/.pigeon
```shell
git clone https://github.com/palomachain/pigeon.git
cd pigeon
git checkout v1.12.0
git checkout v1.12.1
make build
sudo mv ./build/pigeon /usr/local/bin/pigeon

Expand Down

0 comments on commit 996fa50

Please sign in to comment.