aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index fac448a..162a902 100644
--- a/README.md
+++ b/README.md
@@ -16,5 +16,9 @@ it should be posix-compatibile, though i've only tested it on linux with glibc.
## bugs, patches, communication, contribution, community,
email anything to me at [ubq323@ubq323.website](mailto:ubq323@ubq323.website).
-# webhooks.go
+# other files
+## post-recieve.sh
+this is the hook script i use to announce new git commits over irc, via apiobot. install it as `repo.git/hooks/post-recieve`. if you use it yourself, you'll probably want to customize it somewhat
+
+## webhooks.go
this go program runs a web server which can be used to provide a web interface to irc, by sending messages sent to it to one of apiobot's unix sockets. it currently does not support multiple channels and is also not very well designed.