Merge pull request #835 from filecoin-project/@jimmylee/docs-update

documentation: adds additional command to update instructions
This commit is contained in:
Jim 2019-12-10 16:44:41 +01:00 committed by GitHub
commit bb13438e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.