Removing bin from $PATH comment per Kubuxu's suggestion

Co-Authored-By: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Eva 2019-10-11 17:50:23 +02:00 committed by GitHub
parent 97c29699ff
commit e51c13cc5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ $ make
If you have run lotus before and want to remove all previous data: `rm -rf ~/.lotus ~/.lotusstorage`
[You can copy `lotus` and `lotus-storage-miner` to your `$GOPATH/bin` or `$PATH/bin`, or reference all lotus commands below from your local build directory with `./lotus`]
[You can copy `lotus` and `lotus-storage-miner` to your `$GOPATH/bin` or `$PATH`, or reference all lotus commands below from your local build directory with `./lotus`]
The following sections describe how to use the lotus CLI. Alternately you can running nodes and miners using the [Pond GUI](#pond).