summaryrefslogtreecommitdiff
path: root/doc/README.mdwn
diff options
context:
space:
mode:
authorJoey Hess2017-07-13 12:31:20 -0400
committerJoey Hess2017-07-13 12:31:20 -0400
commitadffd9c76dec8de90407da98fb2c8e25c1d4e815 (patch)
tree151a36bf2448793a995283655873ed093681843d /doc/README.mdwn
parent4a965c7b06b741b5de105e86d08228dfc9768ecc (diff)
parente952199fbe22af6e6c29a8c7d60c03cde685f63e (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'doc/README.mdwn')
-rw-r--r--doc/README.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn
index ea622b3a..a4a38c5f 100644
--- a/doc/README.mdwn
+++ b/doc/README.mdwn
@@ -41,6 +41,8 @@ see [configuration for the Haskell newbie](https://propellor.branchable.com/hask
1. Get propellor installed on your development machine (ie, laptop).
`cabal install propellor`
or
+ `stack install propellor`
+ or
`apt-get install propellor`
2. Run `propellor --init` ; this will set up a `~/.propellor/` git
repository for you.