Skip to content

Commit

Permalink
Update README.md (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status authored Aug 28, 2024
1 parent 2d5e689 commit 248dcf2
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 248dcf2

Please sign in to comment.