summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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