From 628c06fdfba15f087baa844ca14a16a233c2b301 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 19 Apr 2014 17:08:20 -0400 Subject: newbie docs --- doc/README.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/README.mdwn') diff --git a/doc/README.mdwn b/doc/README.mdwn index f463cfa5..eec3d76f 100644 --- a/doc/README.mdwn +++ b/doc/README.mdwn @@ -5,7 +5,8 @@ are satisfied. Propellor is configured via a git repository, which typically lives in `~/.propellor/` on your development machine. Propellor clones the -repository to each host it manages, in a [[secure|security]] way. +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 @@ -21,6 +22,9 @@ the full power of Haskell. Hopefully that power can be put to good use in making declarative properties that are powerful, nicely idempotent, and easy to adapt to a system's special needs! +If using Haskell to configure Propellor seems intimidating, +see [configuration_for_the_Haskell_newbie](https://propellor.branchable.com/haskell_newbie/). + ## quick start 1. Get propellor installed -- cgit v1.2.3