summaryrefslogtreecommitdiff
path: root/doc/README.mdwn
diff options
context:
space:
mode:
authorJoey Hess2018-12-30 15:08:00 -0400
committerJoey Hess2018-12-30 15:08:00 -0400
commit84330a9a6dcd1dd2f2afa3f0ad5a8f07bd26f9d5 (patch)
tree8d31499a1ae4245a8098fcaa56f7107434b18de6 /doc/README.mdwn
parent287887cff4e43b64a592121aaa7bc371433dd686 (diff)
parentf0a3ad02488ea89088cc06d112194d9db3b751e3 (diff)
Merge branch 'master' into joeyconfig
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.