From 8dc3620c70ff6c3ae1850faa1cdb5cb991b635ed Mon Sep 17 00:00:00 2001 From: Tyler Ruppert <524638+ToasterTheBrave@users.noreply.github.com> Date: Fri, 2 Jun 2023 13:18:01 -0600 Subject: [PATCH] Update readme for next release (#174) Co-authored-by: Tyler Ruppert <{ID}+{username}@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3559b9d1..1f66ae24 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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