Skip to content

Commit

Permalink
Update readme for next release (#174)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Ruppert <{ID}+{username}@users.noreply.github.com>
  • Loading branch information
ToasterTheBrave and Tyler Ruppert authored Jun 2, 2023
1 parent 4071da8 commit 8dc3620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ This repo does not accept issues. Please use https://github.com/palomachain/palo
> If you see this after the chains starts producing blocks, then it means that your validator has been jailed.
> #### Note:
> Some have seen errors with GLIBC version differences with the downloaded binaries for v1.1.0. This is caused by a difference in the libraries of the host that built the binary and the host running the binary.
> Some have seen errors with GLIBC version differences with the downloaded binaries for v1.1.1. This is caused by a difference in the libraries of the host that built the binary and the host running the binary.
>
> If you experience these errors, please pull down the code and build it, rather than downloading the prebuilt binary
### To get the latest prebuilt `pigeon` binary:

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

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

Expand Down

0 comments on commit 8dc3620

Please sign in to comment.