Update README to add section on installing with Homebrew

This commit is contained in:
Ethan P 2020-04-01 14:31:38 -07:00
parent 47c15dd264
commit 81bf3fdf66
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -39,7 +39,7 @@ There are three different options for minification:
| Option | Description | | Option | Description |
| --------------- | ------------------------------------------------------ | | --------------- | ------------------------------------------------------ |
| `--minify=none` | Nothing will be minified. | | `--minify=none` | Nothing will be minified. |
| `--minify=lib` | Embedded library scripts will be minified. \[default]\ | | `--minify=lib` | Embedded library scripts will be minified. \[default\] |
| `--minify=all` | Everything will be minified. | | `--minify=all` | Everything will be minified. |
This uses [shfmt](https://github.com/mvdan/sh) to perform minification. This uses [shfmt](https://github.com/mvdan/sh) to perform minification.
@ -66,3 +66,9 @@ If you wish to use these scripts on a distribution where this is the case, there
The build script will attempt to verify the correctness of the "bin" scripts by comparing their output with their source counterparts. It is recommended to let it do this, but you can disable verification with the `--no-verify` option. The build script will attempt to verify the correctness of the "bin" scripts by comparing their output with their source counterparts. It is recommended to let it do this, but you can disable verification with the `--no-verify` option.
## Installation via Package Manager
**Homebrew:** `brew install eth-p/software/bat-extras`