diff --git a/documentation/en/updating-lotus.md b/documentation/en/updating-lotus.md index 62a825bbf..862cea136 100644 --- a/documentation/en/updating-lotus.md +++ b/documentation/en/updating-lotus.md @@ -8,4 +8,7 @@ git pull origin master # clean and remake the binaries make clean && make build -``` \ No newline at end of file + +# instal binaries in correct location +make install # or sudo make install if necessary +```