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:
24
README.md
24
README.md
@ -76,28 +76,8 @@ There are several ways to get `jc`. You can install via `pip`, `deb` or `rpm` pa
|
|||||||
$ pip3 install --upgrade jc
|
$ pip3 install --upgrade jc
|
||||||
```
|
```
|
||||||
|
|
||||||
### DEB (Debian, Ubuntu)
|
### Packages and Binaries
|
||||||
```
|
Please see https://kellyjonbrazil.github.io/jc-packaging/ for details
|
||||||
$ 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!
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
`jc` accepts piped input from `STDIN` and outputs a JSON representation of the previous command's output to `STDOUT`.
|
`jc` accepts piped input from `STDIN` and outputs a JSON representation of the previous command's output to `STDOUT`.
|
||||||
|
Reference in New Issue
Block a user