e9b6cbf4be980388677c3393fcb96956a941d078
commit e9b6cbf4be980388677c3393fcb96956a941d078
Author: spesk1 <spesk@pm.me>
Date: Mon Jun 24 02:05:43 2019 +0000

Updating README

diff --git a/README.md b/README.md
index 623cb0f..96aae8e 100644
--- a/README.md
+++ b/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.