summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-04-19 17:41:25 -0400
committerJoey Hess2014-04-19 17:41:25 -0400
commit62a35be8b4c04aa18f3e35af91708ae8972793c1 (patch)
tree3f9ee26abb3be48cf60add6a3947b2451ecd0cc4
parent66e492fa82c3da19ddc2134047dedf658d3965eb (diff)
remove para
-rw-r--r--doc/README.mdwn5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn
index 8874e937..3e6d3650 100644
--- a/doc/README.mdwn
+++ b/doc/README.mdwn
@@ -8,11 +8,6 @@ in `~/.propellor/` on your development machine. Propellor clones the
repository to each host it manages, in a
[secure](http://propellor.branchable.com/security/) way.
-To trigger propellor to run on a host, run `propellor --spin $host`.
-Or run `/usr/local/propellor/propellor` on the host. Or use the
-[runPropellor property](http://hackage.haskell.org/package/propellor-0.4.0/docs/Propellor-Property-Cron.html)
-to have Propellor set up a cron job.
-
Properties are defined using Haskell. Edit `~/.propellor/config.hs`
to get started. There is fairly complete
[API documentation](http://hackage.haskell.org/package/propellor/),