summaryrefslogtreecommitdiff
path: root/doc/README.mdwn
diff options
context:
space:
mode:
authorJoey Hess2014-10-10 11:38:46 -0400
committerJoey Hess2014-10-10 11:38:46 -0400
commit86f41cc37138b2a85d8f7d3022795496f7c20ecc (patch)
tree0f0c2ea9c7659e2e15e93c4e635640b1139cf100 /doc/README.mdwn
parente7d8cbac1b990f9711567f0fa5355cd048a94d29 (diff)
merge changed readme from master
Diffstat (limited to 'doc/README.mdwn')
-rw-r--r--doc/README.mdwn5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn
index 71b265f5..2f402dc8 100644
--- a/doc/README.mdwn
+++ b/doc/README.mdwn
@@ -44,9 +44,8 @@ see [configuration for the Haskell newbie](https://propellor.branchable.com/hask
3. If you don't have a gpg private key already, generate one: `gpg --gen-key`
4. Run: `propellor --add-key $KEYID`, which will make propellor trust
your gpg key, and will sign your `~/.propellor` repository using it.
-5. `cd ~/.propellor/`; use git to push the repository to a central
- server (github, or your own git server). Configure that central
- server as the origin remote of the repository.
+5. Push the git repository to a central server (github or your own):
+ `cd ~/.propellor/; git remote add origin ssh://git.example.com/propellor.git; git push -u origin master`
6. Edit `~/.propellor/config.hs`, and add a host you want to manage.
You can start by not adding any properties, or only a few.
7. Pick a host and run: `propellor --spin $HOST`