Commit 542628371458f587efe10b698eb7be3fb7f2e629

Authored by hitier
1 parent ee0bfaeb

More intallation doc

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
INSTALL.md
... ... @@ -32,7 +32,10 @@ git autodeploy
32 32 # make bare repo
33 33 git clone --bare /path/to/the/repo.git
34 34 # put on hook
35   - cp /path/to/working-directory/resources/post-receive.git-hook
  35 + cp /path/to/working-directory/resources/post-receive.git-hook repo.git/hooks/post-receive
  36 + $(EDITOR) repo.git/hooks/post-receive
  37 +
  38 + git push to repo
36 39  
37 40 configure apache
38 41 ----------------
... ...