1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

move packages info to jc-packages github page

This commit is contained in:
Kelly Brazil
2020-04-17 10:20:25 -07:00
parent cf9720b749
commit 72020b8da9

View File

@ -76,28 +76,8 @@ There are several ways to get `jc`. You can install via `pip`, `deb` or `rpm` pa
$ pip3 install --upgrade jc
```
### DEB (Debian, Ubuntu)
```
$ curl -O https://jc-packages.s3-us-west-1.amazonaws.com/latest/jc.deb
$ 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.rpm
```
### brew (macOS)
Coming Soon!
### Binaries
#### Linux
```
$ curl -O https://jc-packages.s3-us-west-1.amazonaws.com/bin/linux/latest/jc
```
#### macOS
Coming soon!
### Packages and Binaries
Please see https://kellyjonbrazil.github.io/jc-packaging/ for details
## Usage
`jc` accepts piped input from `STDIN` and outputs a JSON representation of the previous command's output to `STDOUT`.