From e60f1d2d4eacd4e9f816c5845eadda50102822ec Mon Sep 17 00:00:00 2001 From: Timothy Date: Mon, 29 Feb 2016 19:27:48 -0500 Subject: [PATCH] Add link to godoc in README Fixes issue #50. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f808e52b..2dab8d6f 100644 --- a/README.md +++ b/README.md @@ -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.