summaryrefslogtreecommitdiff
path: root/doc/README.mdwn
diff options
context:
space:
mode:
authorJoey Hess2016-04-01 21:20:13 -0400
committerJoey Hess2016-04-01 21:20:13 -0400
commit1dc914a71c94e0395641565e5891a2dc33ba1b35 (patch)
tree111e664f59d9c961dbf06e617201f9e9cfdfbfa5 /doc/README.mdwn
parent93b083f3a1204a7cf4452b5ebd589dd77d25dbac (diff)
separate propellor --init
Diffstat (limited to 'doc/README.mdwn')
-rw-r--r--doc/README.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn
index fc3c3fd1..31d222c1 100644
--- a/doc/README.mdwn
+++ b/doc/README.mdwn
@@ -42,7 +42,7 @@ see [configuration for the Haskell newbie](https://propellor.branchable.com/hask
`cabal install propellor`
or
`apt-get install propellor`
-2. Run `propellor` for the first time. It will set up a `~/.propellor/` git
+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.
You can start by not adding any properties, or only a few.