Luke Childs
9 years ago
1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||
|
# homebrew-tap |
||||
|
|
||||
|
> My Homebrew tap |
||||
|
|
||||
|
This allows the software I write to be easily installed on macOS via [Homebrew](http://brew.sh). |
||||
|
|
||||
|
## Usage |
||||
|
|
||||
|
Install [`brew`](http://brew.sh), then: |
||||
|
|
||||
|
```shell |
||||
|
brew tap lukechilds/tap |
||||
|
brew install package-name |
||||
|
``` |
||||
|
|
||||
|
## Packages |
||||
|
|
||||
|
- [`gifgen`](https://github.com/lukechilds/gifgen) - Simple high quality GIF encoding |
Loading…
Reference in new issue