Skip to content

Commit

Permalink
Merge pull request #29 from havealoha/patch-3
Browse files Browse the repository at this point in the history
Note about cardano-cli failing to build with cabal build all
  • Loading branch information
CarlosLopezDeLara authored Apr 24, 2024
2 parents 1078b75 + 721c43e commit 602fe3a
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 @@ -341,7 +341,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 602fe3a

Please sign in to comment.