From 967b9db7f90a3c3a0352edde7f4455c5f5d45b18 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 15 Apr 2020 21:27:22 -0700 Subject: [PATCH] spelling --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1be6d151..ae95c91f 100755 --- a/README.md +++ b/README.md @@ -69,9 +69,9 @@ 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 `pip3`, `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`, `deb` or `rpm` packages, or by downloading the correct binary for your architecture and running it anywhere on your filesystem. -### Pip3 (macOS, Linux, Windows) +### Pip (macOS, Linux, Windows) ``` $ pip3 install --upgrade jc ``` @@ -85,7 +85,7 @@ $ sudo dpkg -i jc.deb ### RPM (Fedora, RHEL, CentOS) ``` $ curl -O https://jc-packages.s3-us-west-1.amazonaws.com/latest/jc.rpm -$ sudo rpm -i jc.deb +$ sudo rpm -i jc.rpm ``` ### PKG (macOS)