From afa192b75887238004451b8a5437f3ef624695f5 Mon Sep 17 00:00:00 2001 From: Pooja <5668171+pooja@users.noreply.github.com> Date: Tue, 15 Oct 2019 13:58:40 +0900 Subject: [PATCH] Removing duplicate genesis and bootstrap in README --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 71ed015e1..536c97e92 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,6 @@ The following sections describe how to use the lotus CLI. Alternately you can ru The current lotus build will automatically join the lotus Devnet using the genesis and bootstrap files in the `build/` directory. No configuration is needed. -### Genesis & Bootstrap - -The current lotus build will automatically join the lotus Devnet using the genesis and bootstrap files in the `build/` directory. No configuration is needed. - ### Start Daemon ```sh @@ -282,4 +278,4 @@ Lotus has tracing built into many of its internals. To view the traces, first do For more details, see [this document](./docs/tracing.md). ## License -Dual-licensed under [MIT](https://github.com/filecoin-project/lotus/blob/master/LICENSE-MIT) + [Apache 2.0](https://github.com/filecoin-project/lotus/blob/master/LICENSE-APACHE) \ No newline at end of file +Dual-licensed under [MIT](https://github.com/filecoin-project/lotus/blob/master/LICENSE-MIT) + [Apache 2.0](https://github.com/filecoin-project/lotus/blob/master/LICENSE-APACHE)