diff options
| author | Krasimir Angelov <kr.angelov@gmail.com> | 2022-08-24 12:00:43 +0200 |
|---|---|---|
| committer | Krasimir Angelov <kr.angelov@gmail.com> | 2022-08-24 12:00:43 +0200 |
| commit | 3fac8415ca76964de684c4d40d56f5a5ac1338b7 (patch) | |
| tree | d7dfa4b833c501b23d2f089f761032477caab282 | |
| parent | 1294269cd60f3db7b056135104615625baeb528c (diff) | |
forgot to mention sudo
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
