summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2014-11-18 17:40:33 -0400
committerJoey Hess2014-11-18 17:40:33 -0400
commit69dd546cda939233dd3339ac055cceca44061b6e (patch)
tree3c58b4024a738e820741d11b3c04fb47e6eb1a18 /doc
parentbb08be000521143034dd45249cf3e722d97c359e (diff)
parent4480f998d106b2009dc4f75016bd49dcd49f0dbb (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'doc')
-rw-r--r--doc/README.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn
index 5ffe8a7c..50348c3a 100644
--- a/doc/README.mdwn
+++ b/doc/README.mdwn
@@ -50,7 +50,7 @@ see [configuration for the Haskell newbie](https://propellor.branchable.com/hask
7. Now you have a simple propellor deployment, but it doesn't do
much to the host yet, besides installing propellor.
So, edit `~/.propellor/config.hs` to configure the host (maybe
- start with a few simple properties), and re-run step 6.
+ start with a few simple properties), and re-run step 6.
Repeat until happy and move on to the next host. :)
8. Optionally, set up a [centralized git repository](https://propellor.branchable.com/centralized_git_repository/)
so multiple hosts can be updated with a simple `git commit -S; git push`