summaryrefslogtreecommitdiff
path: root/doc/README.mdwn
diff options
context:
space:
mode:
authorJoey Hess2015-02-28 14:19:27 -0400
committerJoey Hess2015-02-28 14:19:27 -0400
commit6734d89eb49f20329b1c8d5f84a0c462d12a67cc (patch)
tree6348bf60e29c7602d91b5d02a76ca6a68ed7029c /doc/README.mdwn
parentf7a02ae4ff8834a1117639cff6198d9dc05e316f (diff)
add components page
Diffstat (limited to 'doc/README.mdwn')
-rw-r--r--doc/README.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn
index 3ced98f6..65d1f285 100644
--- a/doc/README.mdwn
+++ b/doc/README.mdwn
@@ -6,8 +6,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](http://propellor.branchable.com/security/) way. The git repository
-contains the full source code to Propellor, along with its config file.
+[secure](http://propellor.branchable.com/security/) way. See [[components]]
+for details.
Properties are defined using Haskell. Edit `~/.propellor/config.hs`
to get started. There is fairly complete