summaryrefslogtreecommitdiff
path: root/doc/README.mdwn
diff options
context:
space:
mode:
authorJoey Hess2018-12-30 13:12:29 -0400
committerJoey Hess2018-12-30 13:12:29 -0400
commitdf3f7637560114d47450c25c3cc0e9a3d2068f5f (patch)
treed49c4b69a80338a25ad493c6f2e3fe32599f3216 /doc/README.mdwn
parentabd8a51a255cfcbca7ef0efcb8af1fc1803cdeda (diff)
stack install pkg is broken
Diffstat (limited to 'doc/README.mdwn')
-rw-r--r--doc/README.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn
index 88726a6d..76d05255 100644
--- a/doc/README.mdwn
+++ b/doc/README.mdwn
@@ -37,11 +37,11 @@ see [configuration for the Haskell newbie](https://propellor.branchable.com/hask
## quick start
1. Get propellor installed on your development machine (ie, laptop).
- `cabal install propellor`
+ `apt-get install propellor`
or
- `stack install propellor`
+ `cabal install propellor`
or
- `apt-get install propellor`
+ `cabal unpack propellor; cd propellor-version; stack install`
2. Run `propellor --init` ; this will set up a `~/.propellor/` git
repository for you.
3. Edit `~/.propellor/config.hs`, and add a host you want to manage.