Update filecoin docs correction (#2611)

This commit is contained in:
Justin Hunter 2020-07-27 16:52:17 -05:00 committed by GitHub
parent c459a13dca
commit ef5efda4f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
```