Remove recs to run from lotus directory

This commit is contained in:
Pooja 2019-10-15 13:51:15 +09:00
parent 06e93a58c7
commit 4a425fd1b5

View File

@ -41,7 +41,7 @@ Now, you should be able to perform the commands listed below.
If you have run lotus before and want to remove all previous data: `rm -rf ~/.lotus ~/.lotusstorage`
The following sections describe how to use the lotus CLI. All these commands should be run from within the `lotus/` directory. Alternately you can run lotus nodes and miners using the [Pond GUI](#pond).
The following sections describe how to use the lotus CLI. Alternately you can run lotus nodes and miners using the [Pond GUI](#pond).
### Genesis & Bootstrap
@ -53,8 +53,6 @@ The current lotus build will automatically join the lotus Devnet using the genes
### Start Daemon
From within the `lotus/` directory:
```sh
$ lotus daemon
```