From 3fac8415ca76964de684c4d40d56f5a5ac1338b7 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 24 Aug 2022 12:00:43 +0200 Subject: [PATCH] forgot to mention sudo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d64a999f..ba35795a4 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ compiler, or be sane and stop using cabal-install. Instead you can do: ``` runghc Setup.hs configure runghc Setup.hs build -runghc Setup.hs install +sudo runghc Setup.hs install ``` The script will install the GF dependencies globally. The only solution to the Nix madness that I found is radical: