From ef5efda4f5d8ea955c6114e4a89119940ee74b1d Mon Sep 17 00:00:00 2001 From: Justin Hunter Date: Mon, 27 Jul 2020 16:52:17 -0500 Subject: [PATCH] Update filecoin docs correction (#2611) --- documentation/en/updating-lotus.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +```