lotus/documentation/en/updating-lotus.md

11 lines
228 B
Markdown
Raw Normal View History

# Updating Lotus
If you installed Lotus on your machine, you can upgrade to the latest version by doing the following:
```sh
# get the latest
git pull origin master
# clean and remake the binaries
2019-12-11 15:38:04 +00:00
make clean && make build
2020-05-13 23:13:35 +00:00
```