nimbus-eth2/docs/the_nimbus_book/src/keep-updated.md

16 lines
455 B
Markdown
Raw Normal View History

2020-11-05 15:35:41 +00:00
# Keep Nimbus updated
Make sure you stay on the lookout for any critical updates to Nimbus. This best way to do so is through the **announcements** channel on our [discord](https://discord.com/invite/XRxWahP).
2020-11-05 15:35:41 +00:00
To update to the latest version, run:
```
git pull && make update
```
Then [rebuild the beacon node.](./build.md)
2020-11-05 15:35:41 +00:00
> **Note:** If your beacon node is already running, you'll need to disconnect and reconnect for the changes to take effect.