summaryrefslogtreecommitdiff
path: root/doc/README.mdwn
diff options
context:
space:
mode:
authorJoey Hess2015-10-21 20:50:34 -0400
committerJoey Hess2015-10-21 20:50:34 -0400
commit044bbb2c5bf5b5ccc77d3e90430383e0abc6daf3 (patch)
tree6bb1717dd0747de4d178763f4467abc8ae16ea35 /doc/README.mdwn
parent8102ce74d3460de069acf2209988a08781b26c39 (diff)
update docs for conductors
Diffstat (limited to 'doc/README.mdwn')
-rw-r--r--doc/README.mdwn5
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!