lotus/documentation/en/updating-lotus.md
2020-05-13 19:19:33 -04:00

228 B

Updating Lotus

If you installed Lotus on your machine, you can upgrade to the latest version by doing the following:

# get the latest
git pull origin master

# clean and remake the binaries
make clean && make build