Browse Source

Updating README

spesk1 4 years ago
parent
commit
e9b6cbf4be
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -21,5 +21,7 @@ echo -ne "Regen\n" >> /some/path/to/talk.gsgd
 You can create these server side in your project dirs, see the Server-Side Hooks section here: 
 https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
 
+You can also just call gsg directly from from your `post-receive`, but the client side will hang until gsg completes.
+
 ## Backgrounding
 You can run `gsgd` in the background via `./gsgd &` and `disown %1`, use tmux/screen, etc.