Skip to content

Commit

Permalink
don't recommend cabal install in README.md (#1683)
Browse files Browse the repository at this point in the history
* don't recommend cabal install in README.md

* use list-bin in suggestion

---------

Co-authored-by: Edmund Noble <[email protected]>
  • Loading branch information
chessai and edmundnoble authored Jun 20, 2023
1 parent 53363b7 commit a3f18ac
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,11 @@ To build a `chainweb-node` binary:
cabal update
# Build the project.
#
# After this, a runnable binary can be found by running `cabal list-bin chainweb-node`.
cabal build
```

To install a runnable binary to `~/.cabal/bin/`:

```bash
cabal install
```

### Building with Nix

Another way to build and run chainweb is to use the Nix package manager which
Expand Down

0 comments on commit a3f18ac

Please sign in to comment.