Add link to godoc in README

Fixes issue #50.
This commit is contained in:
Timothy
2016-02-29 19:27:48 -05:00
parent 2dbca8fa3b
commit e60f1d2d4e
+2 -1
View File
@@ -1,4 +1,5 @@
# service
# service [![GoDoc](https://godoc.org/github.com/kardianos/service?status.svg)](https://godoc.org/github.com/kardianos/service)
service will install / un-install, start / stop, and run a program as a service (daemon).
Currently supports Windows XP+, Linux/(systemd | Upstart | SysV), and OSX/Launchd.