Skip to content

Commit

Permalink
Merge pull request anoma#185 from anoma/bengt/v0.23.1-fix
Browse files Browse the repository at this point in the history
fixed spelling error
  • Loading branch information
bengtlofgren authored Oct 19, 2023
2 parents 9c32b3f + f3932b2 commit fe7b8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/pages/networks/testnets/testnet-history.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The upgrade is a soft upgrade, meaning that there is no consensus breaking chang
Then, simply stop the current ledger and restart it with the new binaries. This can be done by running the following commands:

```bash copy
OPERATING_SYSTEM="Linux"
OS="Linux" # Or OS="Darwin" for Mac
wget https://github.com/anoma/namada/releases/download/v0.23.1/namada-v0.23.1-${OS}-x86_64.tar.gz
tar -xvf namada-v0.23.1-${OS}-x86_64.tar.gz -C /usr/local/bin/ #sudo may be required
killall namadan
Expand Down

0 comments on commit fe7b8be

Please sign in to comment.