1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

add brew install option

This commit is contained in:
Kelly Brazil
2020-04-22 16:08:34 -07:00
parent b7756d9250
commit 649c646ea2

View File

@ -69,13 +69,18 @@ Release notes can be found [here](https://blog.kellybrazil.com/category/jc-news/
For more information on the motivations for this project, please see my [blog post](https://blog.kellybrazil.com/2019/11/26/bringing-the-unix-philosophy-to-the-21st-century/). For more information on the motivations for this project, please see my [blog post](https://blog.kellybrazil.com/2019/11/26/bringing-the-unix-philosophy-to-the-21st-century/).
## Installation ## Installation
There are several ways to get `jc`. You can install via `pip`, `deb` or `rpm` packages, or by downloading the correct binary for your architecture and running it anywhere on your filesystem. There are several ways to get `jc`. You can install via `pip`, `brew`, DEB or RPM packages, or by downloading the correct binary for your architecture and running it anywhere on your filesystem.
### Pip (macOS, linux, unix, Windows) ### Pip (macOS, linux, unix, Windows)
``` ```
$ pip3 install --upgrade jc $ pip3 install --upgrade jc
``` ```
### Brew (macOS)
```
$ brew install jc
```
### Packages and Binaries ### Packages and Binaries
Please see https://kellyjonbrazil.github.io/jc-packaging/ for details Please see https://kellyjonbrazil.github.io/jc-packaging/ for details