diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.mdwn | 4 | ||||
| -rw-r--r-- | doc/download.mdwn | 5 | ||||
| -rw-r--r-- | doc/index.mdwn | 2 | ||||
| -rw-r--r-- | doc/install.mdwn | 3 |
4 files changed, 8 insertions, 6 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn index 31d222c1..ea622b3a 100644 --- a/doc/README.mdwn +++ b/doc/README.mdwn @@ -12,8 +12,8 @@ repository to each host it manages, in a [components](http://propellor.branchable.com/components/) for details. -Properties are defined using Haskell. Edit `~/.propellor/config.hs` -to get started. There is fairly complete +Properties are defined using Haskell in the file `~/.propellor/config.hs`. +There is fairly complete [API documentation](http://hackage.haskell.org/package/propellor/), which includes many built-in Properties for dealing with [Apt](http://hackage.haskell.org/package/propellor/docs/Propellor-Property-Apt.html) diff --git a/doc/download.mdwn b/doc/download.mdwn new file mode 100644 index 00000000..6fe1ca33 --- /dev/null +++ b/doc/download.mdwn @@ -0,0 +1,5 @@ +Propellor's source code and some example configs are in a git repository: + +`git clone git://propellor.branchable.com/propellor` + +See the [[README]] for details on installing and configuring propellor. diff --git a/doc/index.mdwn b/doc/index.mdwn index 52c23021..1e3af9dd 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -1,7 +1,7 @@ [[!meta title="propellor: deploying properties to hosts with haskell"]] [[!sidebar content=""" -[[Install]] +[[Download]] [API documentation](http://hackage.haskell.org/package/propellor) [[Other Documentation|documentation]] [Sample config file](http://git.joeyh.name/?p=propellor.git;a=blob;f=joeyconfig.hs) diff --git a/doc/install.mdwn b/doc/install.mdwn deleted file mode 100644 index 8db966f1..00000000 --- a/doc/install.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -`git clone git://propellor.branchable.com/propellor` - -Propellor is also available in Debian. |
