From b5f4f077ea073fefa230fec8f5fb740bdc071d08 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Mon, 5 Sep 2016 00:09:24 +0200 Subject: [PATCH] Update README.md: building via stack --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdeafdb..baca9cc 100644 --- a/README.md +++ b/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