External-Commands: update homebrew-services URL

This commit is contained in:
Dominyk Tiller 2016-09-14 17:43:39 +01:00
parent c5df953021
commit edd2c3d968
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -87,11 +87,11 @@ 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) >Scrapes a formula's homepage to get more information: [https://gist.github.com/475200](https://gist.github.com/475200)
### brew-services ### 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://github.com/gapple/homebrew-services](https://github.com/gapple/homebrew-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://github.com/Homebrew/homebrew-services](https://github.com/Homebrew/homebrew-services)
> Install using: > Install using:
> ``` > ```
$ brew tap gapple/services $ brew tap homebrew/services
> ``` > ```
## SEE ALSO ## SEE ALSO