Skip to content

Commit

Permalink
Fix install command; cabal install does not accept all
Browse files Browse the repository at this point in the history
  • Loading branch information
cblp authored and jutaro committed May 13, 2021
1 parent 1a74fd3 commit eea3ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/getting-started/install.md
Expand Up @@ -155,7 +155,7 @@ Build the node and CLI with `cabal`:

Install the newly built node and CLI commands:

cabal install all --installdir ~/.local/bin
cabal install --installdir ~/.local/bin cardano-cli cardano-node

If this doesn't work, you can manually copy the executable files to the `~/.local/bin` directory. Replace the place holder `<TAGGED VERSION>` with your targeted version:

Expand Down

0 comments on commit eea3ec7

Please sign in to comment.