Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Maybe lets have cabal build all everywhere
Now we have for Mac `cabal build all` and for linux `cabal build cardano-node cardano-cli`, I think it will be good idea to have more or less same approach for Mac and Linux
  • Loading branch information
os11k authored Mar 28, 2023
commit 47d99147d0091ee4839acb850716730f2e4cb49e
2 changes: 1 addition & 1 deletion docs/get-started/installing-cardano-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ We can now build the `Haskell-based` `cardano-node` to produce executable binari

```bash
cabal update
cabal build cardano-node cardano-cli
cabal build all
```

Install the newly built node and CLI commands to the $HOME/.local/bin directory:
Expand Down