# Upgrade

Update version 2.13.1

amd64:

```bash
cd $HOME
rm -rf shentu
git clone https://github.com/shentufoundation/shentu
cd shentu
git checkout v2.13.1
make install
shentud version
sudo systemctl restart shentud 
sudo journalctl -u shentud -f -o cat
```

arm64:

<pre class="language-bash"><code class="lang-bash">cd $HOME
rm -rf shentu
git clone https://github.com/shentufoundation/shentu
cd shentu
git checkout v2.13.1
GOARCH=arm64 GOOS=linux make build
chmod +x $HOME/shentu/build/shentud
mv $HOME/shentu/build/shentud /usr/local/bin
<strong>sudo systemctl restart shentud 
</strong>sudo journalctl -u shentud -f -o cat
</code></pre>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://services.node39.top/index.html/mainnet/shentu/upgrade.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
