summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2022-08-24 12:00:43 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2022-08-24 12:00:43 +0200
commit3fac8415ca76964de684c4d40d56f5a5ac1338b7 (patch)
treed7dfa4b833c501b23d2f089f761032477caab282
parent1294269cd60f3db7b056135104615625baeb528c (diff)
forgot to mention sudo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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: