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