summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2017-03-05 18:00:24 -0700
committerAaron Ball <nullspoon@oper.io>2017-03-05 18:00:24 -0700
commit8f773dd8c1008fdc8ab4ce62352177987975a86d (patch)
tree74da52cd6b5639542efb87a86da2ef48278086ae
parent0cf48d2f57fd89156db98d239d0691233a8364ac (diff)
downloadgitaccess-8f773dd8c1008fdc8ab4ce62352177987975a86d.tar.gz
gitaccess-8f773dd8c1008fdc8ab4ce62352177987975a86d.tar.xz
Updated README with new gitaccess refactor updates
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/README.md b/README.md
index aa2930b..003255a 100644
--- a/README.md
+++ b/README.md
@@ -32,18 +32,11 @@ TODO
* Preceed each key with 'command="gitaccess <username>"'
-* In each repo you want to controll access to, place the following in
- <repo>/hooks/pre-receive...
-
- source ~/git-shell-commands/gitaccess.pre-receive
-
-* Place git access files in the service account's ~/bin directory (create if
- necessary). These should include...
+* Place the gitaccess script in the service account's ~/git-shell-commands
+ directory. These should include...
* ~/git-shell-commands/gitaccess
- * ~/git-shell-commands/gitaccess.pre-receive
-
* Create a "users" file at the top of each bare repo (next to files like
'config' and 'description')

Generated by cgit