diff --git a/documentation/en/updating-lotus.md b/documentation/en/updating-lotus.md index bfb9ec065..0c721884c 100644 --- a/documentation/en/updating-lotus.md +++ b/documentation/en/updating-lotus.md @@ -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.