Skip to content

Commit

Permalink
Note about cardano-cli failing to build with cabal build all
Browse files Browse the repository at this point in the history
  • Loading branch information
havealoha authored Oct 1, 2023
1 parent 4b8f053 commit 721c43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ mkdir -p ~/.local/bin
cp -p "$(./scripts/bin-path.sh cardano-node)" ~/.local/bin/
cp -p "$(./scripts/bin-path.sh cardano-cli)" ~/.local/bin/
```

**Note:** If cardano-cli does not build with 'cabal build all', run 'cabal build cardano-cli'.
**Note:** `~/.local/bin` should be in the `$PATH`.

Note, we avoid using `cabal install` because that method prevents the installed binaries from reporting
Expand Down

0 comments on commit 721c43e

Please sign in to comment.