From 768008f118120b1a1a13303959ce14edfaa183b4 Mon Sep 17 00:00:00 2001 From: Yuriy Syrovetskiy Date: Thu, 4 Feb 2021 17:00:46 +0300 Subject: [PATCH] Fix install instruction The old command gives cabal: installdir is not defined. Set it in your cabal config file or use --installdir= --- doc/getting-started/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting-started/install.md b/doc/getting-started/install.md index 5dadb946917..75dd2821329 100644 --- a/doc/getting-started/install.md +++ b/doc/getting-started/install.md @@ -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 `` with your targeted version: