Skip to content

Commit

Permalink
Merge pull request #2334 from cblp/cblp/docs-install
Browse files Browse the repository at this point in the history
Fix install instruction
  • Loading branch information
erikd committed Feb 5, 2021
2 parents ae13d00 + 768008f commit a9d5859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Build the node and CLI with `cabal`:

Install the newly built node and CLI commands:

cabal install all --bindir ~/.local/bin
cabal install all --installdir ~/.local/bin

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 a9d5859

Please sign in to comment.