Browse Source

Updated README till I fix the md parser

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

+ 1 - 0
.gitignore

@@ -1,2 +1,3 @@
 gsgd.log
+gsg.log
 talk.gsgd

+ 0 - 1
README.md

@@ -14,7 +14,6 @@ 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
 ```