> For the complete documentation index, see [llms.txt](https://services.node39.top/index.html/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://services.node39.top/index.html/mainnet/nibiru-chain/upgrade.md).

# Upgrade

\
**Update version 1.5.0**

```bash
cd $HOME
rm -rf nibiru
git clone https://github.com/NibiruChain/nibiru.git
cd nibiru
git checkout v1.5.0
make install
sudo systemctl restart nibid && sudo journalctl -u nibid -f --no-hostname -o cat
```
