Merge pull request #835 from filecoin-project/@jimmylee/docs-update
documentation: adds additional command to update instructions
This commit is contained in:
commit
bb13438e1f
@ -3,7 +3,11 @@
|
|||||||
If you installed Lotus on your machine, you can upgrade to the latest version by doing the following:
|
If you installed Lotus on your machine, you can upgrade to the latest version by doing the following:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
# get the latest
|
||||||
git pull origin master
|
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.
|
Sometimes when you run Lotus after a pull, certain commands such as `lotus daemon` may break.
|
||||||
|
Loading…
Reference in New Issue
Block a user