Update README.md: building via stack

pull/8/head
Lennart Spitzner 2016-09-05 00:09:24 +02:00 committed by GitHub
parent 2b2fdb176f
commit b5f4f077ea
1 changed files with 12 additions and 1 deletions

View File

@ -51,7 +51,9 @@ linear in the size of the input (although the constant factor is not small).
(This does not cover _installation_. TODO) (This does not cover _installation_. TODO)
~~~~ via `cabal new-build`
~~~~.sh
mkdir brittany-project mkdir brittany-project
cd brittany-project/ cd brittany-project/
git clone https://github.com/lspitzner/butcher.git git clone https://github.com/lspitzner/butcher.git
@ -65,6 +67,15 @@ EOF
cabal new-build brittany/ cabal new-build brittany/
~~~~ ~~~~
or via `stack`
~~~~.sh
git clone https://github.com/lspitzner/brittany.git
cd brittany
stack build
~~~~
# Usage # Usage
- Currently one mode of operation: Transform a single module. By default read - Currently one mode of operation: Transform a single module. By default read