Browse Source

Updating README to to md parser for gsg

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

+ 1 - 0
README.md

@@ -14,6 +14,7 @@ You can use server side git hooks such as ``post-receive` to trigger gsgd.
 
 A `post-receive` script example:
 ```
+#!/bin/bash
 echo -ne "Regen\n" >> /some/path/to/talk.gsgd
 ```