summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2017-01-14 13:46:55 +0100
committerGitHub <noreply@github.com>2017-01-14 13:46:55 +0100
commitd9a29966c28a4769dd3e3a7950867b7c6a7c5e70 (patch)
tree6e3d66bb90a9dec053de3e4ac8911f8b2552a31d
parenta1e6b73582d96fe5e8a31ce585f1d85c1fa0babd (diff)
parentf6e9e085587ced95d41d7aa7c0f1ac478cccedb1 (diff)
downloadstylish-haskell-d9a29966c28a4769dd3e3a7950867b7c6a7c5e70.tar.gz
Merge pull request #148 from MHova/MHova-patch-1
Add stack installation instructions
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 3cee691..b7a3838 100644
--- a/README.markdown
+++ b/README.markdown
@@ -15,7 +15,7 @@ This tool tries to help where necessary without getting in the way.
Installation
------------
-You can install it using `cabal install stylish-haskell`.
+You can install it using `stack install stylish-haskell` or `cabal install stylish-haskell`.
You can also install it using your package manager:
* Debian 9 or later: `apt-get install stylish-haskell`