Skip to content

Commit

Permalink
chore: update readme for 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-bandit committed Dec 7, 2023
1 parent c071ba5 commit 987abad
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 @@ -58,7 +58,7 @@ See [Release procedure](CONTRIBUTING.md#release-procedure) for more information
## Join an active Network

> #### Note:
> Some have seen errors with GLIBC version differences with the downloaded binaries. 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. 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
Expand All @@ -76,7 +76,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.10.1/paloma_Linux_x86_64.tar.gz | \
wget -O - https://github.com/palomachain/paloma/releases/download/v1.10.2/paloma_Linux_x86_64.tar.gz | \
sudo tar -C /usr/local/bin -xvzf - palomad
sudo chmod +x /usr/local/bin/palomad
```
Expand All @@ -86,7 +86,7 @@ sudo chmod +x /usr/local/bin/palomad
```shell
git clone https://github.com/palomachain/paloma.git
cd paloma
git checkout v1.10.1
git checkout v1.10.2
make build
sudo mv ./build/palomad /usr/local/bin/palomad
```
Expand Down

0 comments on commit 987abad

Please sign in to comment.