Update filecoin docs correction (#2611)

This commit is contained in:
Justin Hunter
2020-07-27 18:52:17 -03:00
committed by GitHub
parent c459a13dca
commit ef5efda4f5
+4 -1
View File
@@ -8,4 +8,7 @@ git pull origin master
# clean and remake the binaries
make clean && make build
```
# instal binaries in correct location
make install # or sudo make install if necessary
```