From cf9720b749e7fc8caed0d2f1f2b1727a22a156b6 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 16 Apr 2020 14:03:31 -0700 Subject: [PATCH] update install info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae95c91f..0a7103ff 100755 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ For more information on the motivations for this project, please see my [blog po ## 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. -### Pip (macOS, Linux, Windows) +### Pip (macOS, linux, unix, Windows) ``` $ pip3 install --upgrade jc ``` @@ -88,7 +88,7 @@ $ curl -O https://jc-packages.s3-us-west-1.amazonaws.com/latest/jc.rpm $ sudo rpm -i jc.rpm ``` -### PKG (macOS) +### brew (macOS) Coming Soon! ### Binaries