From 9d820d59a181b609f8f4031c60d6fb7db58de91f Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Fri, 26 Jul 2024 19:42:31 +0200 Subject: [PATCH] README.md: add update instructions (#108) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 02edeca..da72932 100644 --- a/README.md +++ b/README.md @@ -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`