documentation: adds additional command to update instructions

This commit is contained in:
wwwjim 2019-12-10 07:43:12 -08:00
parent 91bb233efb
commit ee675b411e

View File

@ -3,7 +3,11 @@
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
make clean build
```
Sometimes when you run Lotus after a pull, certain commands such as `lotus daemon` may break.