Update README.md (#118)

This commit is contained in:
Ivan FB 2024-08-28 15:41:04 +02:00 committed by GitHub
parent 2d5e689d09
commit 248dcf2467
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 8 deletions

View File

@ -82,13 +82,15 @@ We regularly announce new available versions in our [Discord](https://discord.wa
If your last running version is `v0.29` or older, you will need to delete both the `keystore` and `rln_tree` folders, and register your membership again before using the new version by running the following commands:
1. `docker-compose down`
2. `sudo rm -r keystore rln_tree`
3. `git pull origin master`
4. `./register_rln.sh`
5. `docker-compose up -d`
1. `cd nwaku-compose` ( go into the root's repository folder )
2. `docker-compose down`
3. `sudo rm -r keystore rln_tree`
4. `git pull origin master`
5. `./register_rln.sh`
6. `docker-compose up -d`
For nodes running on `v0.30` or newer, updating the node is as simple as running the following:
1. `docker-compose down`
2. `git pull origin master`
3. `docker-compose up -d`
1. `cd nwaku-compose` ( go into the root's repository folder )
2. `docker-compose down`
3. `git pull origin master`
4. `docker-compose up -d`