This commit is contained in:
Joey Hess 2014-04-19 17:14:06 -04:00
parent f226f29be3
commit 49d2aedc9f
1 changed files with 6 additions and 2 deletions

View File

@ -107,5 +107,9 @@ config-simple.hs:27:19:
That's really all there is to configuring Propellor. Once you
have a `config.hs` ready to try out, you can run `propellor --spin $host`
on one of the hosts configured in it. See the [[README]] for a further
quick start.
on one of the hosts configured in it.
See the [[README]] for a further quick start.
(If you'd like to learn a little Haskell after all, check out
[Learn You a Haskell for Great Good](http://learnyouahaskell.com/).)