diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-21 20:50:34 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-21 20:50:34 -0400 |
| commit | 044bbb2c5bf5b5ccc77d3e90430383e0abc6daf3 (patch) | |
| tree | 6bb1717dd0747de4d178763f4467abc8ae16ea35 /doc/README.mdwn | |
| parent | 8102ce74d3460de069acf2209988a08781b26c39 (diff) | |
update docs for conductors
Diffstat (limited to 'doc/README.mdwn')
| -rw-r--r-- | doc/README.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn index 1c4247cf..62085fdb 100644 --- a/doc/README.mdwn +++ b/doc/README.mdwn @@ -53,6 +53,7 @@ see [configuration for the Haskell newbie](https://propellor.branchable.com/hask So, edit `~/.propellor/config.hs` to configure the host, add some properties to it, and re-run step 6. Repeat until happy and move on to the next host. :) -8. Optionally, set up a [centralized git repository](https://propellor.branchable.com/centralized_git_repository/) - so that multiple hosts can be updated with a simple `git commit -S; git push` +8. Once you have a lot of hosts, and running `propellor --spin HOST` for + each host becomes tiresome, you can + [automate that](http://propellor.branchable.com/automated_spins/). 9. Write some neat new properties and send patches! |
