diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-19 17:14:06 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-19 17:14:06 -0400 |
| commit | be32443833611ff976457683e368ca1030a30169 (patch) | |
| tree | 9a8c15bc5a7a1bab92421e143565302cc39bf876 | |
| parent | 30743e350e454b7880ddb2f0a3a5253ae80f3f12 (diff) | |
| parent | 49d2aedc9fe1166f57ac686600c46ed0f07c1d7b (diff) | |
Merge branch 'joeyconfig'
| -rw-r--r-- | doc/haskell_newbie.mdwn | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/haskell_newbie.mdwn b/doc/haskell_newbie.mdwn index 0e42f5b1..2cdddbf8 100644 --- a/doc/haskell_newbie.mdwn +++ b/doc/haskell_newbie.mdwn @@ -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/).) |
