From 649c646ea25ac7f89900cffa8919df01671bd32d Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 22 Apr 2020 16:08:34 -0700 Subject: [PATCH] add brew install option --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6162ee00..8f9ee1b2 100755 --- a/README.md +++ b/README.md @@ -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/). ## 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) ``` $ pip3 install --upgrade jc ``` +### Brew (macOS) +``` +$ brew install jc +``` + ### Packages and Binaries Please see https://kellyjonbrazil.github.io/jc-packaging/ for details