summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-11 21:17:08 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-11 21:17:08 -0300
commit650750cae5039d1a0ece091fe84e7bd2a17eca00 (patch)
tree1e36e9c6a6cc47dda8e4a80fffcc2a5ab27c7f61 /README.markdown
parent9c810e8b3d142a03abbf5ed851146328fb4ed482 (diff)
Ensure we start with some pubkeys
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 328a518..949f2d7 100644
--- a/README.markdown
+++ b/README.markdown
@@ -15,6 +15,12 @@ mirror one, etc.) using ssh to connect to the repository server.
## Install
+Clone hackers.git somewhere and add yours and other people's SSH pubkeys (at
+least yours) to the authorized\_keys file, then commit.
+
+This step can be done in a single step with `make bootstrap` (or let the next
+step do it). If you don't you won't be able to login later!
+
Run `make PREFIX=/srv/git` as root, where *PREFIX* is the git root. Check the
Makefile itself to see other options.