> For the complete documentation index, see [llms.txt](https://services.noderuner.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://services.noderuner.xyz/story-protocol/installation/upgrade.md).

# Upgrade

```
# update geth
cd $HOME
wget -O geth https://github.com/piplabs/story-geth/releases/download/v0.9.4/geth-linux-amd64
chmod +x $HOME/geth
sudo mv $HOME/geth $(which geth)
sudo systemctl restart story-geth
sudo systemctl restart story && sudo journalctl -u story -f
```
