diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-04-01 21:20:13 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-04-01 21:20:13 -0400 |
| commit | 1dc914a71c94e0395641565e5891a2dc33ba1b35 (patch) | |
| tree | 111e664f59d9c961dbf06e617201f9e9cfdfbfa5 /doc | |
| parent | 93b083f3a1204a7cf4452b5ebd589dd77d25dbac (diff) | |
separate propellor --init
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.mdwn | 2 |
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. |
