README.md: add update instructions (#108)

This commit is contained in:
Ivan FB 2024-07-26 19:42:31 +02:00 committed by GitHub
parent a737ff9a75
commit 9d820d59a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -74,3 +74,13 @@ curl -X GET "http://127.0.0.1:8645/store/v1/messages?contentTopics=%2Fmy-app%2F2
```
For advanced documentation, refer to [ADVANCED.md](https://github.com/waku-org/nwaku-compose/blob/master/ADVANCED.md).
-----
# How to update to latest version
We regularly announce new available versions in our [Discord](https://discord.com/channels/1110799176264056863/1111568123007606855) server.
Updating the node is as simple as running the following:
1. `docker-compose down`
2. `git pull origin master`
3. `docker-compose up -d`