aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Ivey2014-12-18 10:35:50 -0500
committerMike McQuaid2014-12-18 15:39:37 +0000
commit02fef2c283549c0f0ce4ee4eb2730608684949e2 (patch)
tree844c28f08f02cf949aec21a12e10f77b8feb302c
parente15735e68e35f42993b3e084248aecda7a379884 (diff)
downloadhomebrew-02fef2c283549c0f0ce4ee4eb2730608684949e2.tar.bz2
Update brew-services information
@gapple has taken the mantle of brew services: https://github.com/Homebrew/homebrew/issues/28657#issuecomment-58318215 Closes #35090. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--share/doc/homebrew/External-Commands.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/share/doc/homebrew/External-Commands.md b/share/doc/homebrew/External-Commands.md
index 06c3a86d3..20533ee46 100644
--- a/share/doc/homebrew/External-Commands.md
+++ b/share/doc/homebrew/External-Commands.md
@@ -109,7 +109,12 @@ These commands have been contributed by Homebrew users but are not included in t
>Scrapes a formula's homepage to get more information: [https://gist.github.com/475200](https://gist.github.com/475200)
### brew-services
->Simple support to start formulae using launchctl, has out of the box support for any formula which defines `startup_plist` (e.g. mysql, postgres, redis u.v.m.): [https://gist.github.com/766293](https://gist.github.com/766293)
+>Simple support to start formulae using launchctl, has out of the box support for any formula which defines `startup_plist` (e.g. mysql, postgres, redis u.v.m.): [https://github.com/gapple/homebrew-services](https://github.com/gapple/homebrew-services)
+
+> Install using:
+> ```
+ $ brew tap gapple/services
+> ```
## SEE ALSO
Homebrew Docs: <https://github.com/Homebrew/homebrew/tree/master/share/doc/homebrew>