This commit is contained in:
parent
ebc91c7637
commit
4837ad6dd3
1 changed files with 3 additions and 2 deletions
|
@ -57,6 +57,7 @@ You can fetch the dependencies using `cabal install`. Then, you can build git-an
|
|||
|
||||
runhaskell Setup.hs configure --user
|
||||
runhaskell Setup.hs build
|
||||
runhaskell Setup.hs install --bindir=$HOME/bin
|
||||
runhaskell Setup.hs install
|
||||
|
||||
The `--user` option configures the build so that it uses the packages you already have in `~/.cabal`.
|
||||
The `--user` option configures the build so that it uses the packages you already have in `~/.cabal`. Binaries
|
||||
will be installed in `~/.cabal/bin`, you'll need it in your PATH.
|
||||
|
|
Loading…
Reference in a new issue