summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2017-03-07 11:34:23 -0400
committerJoey Hess2017-03-07 11:34:23 -0400
commit89ad454e01bcba341366aac3cfef66cfc1b918ea (patch)
tree6bbf9d4b5fc9702d4ddc59ce8e607c235b916b38
parent4baa511085cd6116661067a3c895cb29507a289b (diff)
update
-rw-r--r--doc/README.mdwn4
-rw-r--r--doc/download.mdwn5
-rw-r--r--doc/index.mdwn2
-rw-r--r--doc/install.mdwn3
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.