From ee675b411eb2b164d3c5be4a3120ce40ab99b87f Mon Sep 17 00:00:00 2001 From: wwwjim Date: Tue, 10 Dec 2019 07:43:12 -0800 Subject: [PATCH] documentation: adds additional command to update instructions --- documentation/en/updating-lotus.md | 4 ++++ 1 file changed, 4 insertions(+) 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.