1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

add guix package info

This commit is contained in:
Oleg Pykhalov
2020-06-27 12:58:59 +03:00
parent b969751688
commit 847e346602

View File

@ -79,7 +79,7 @@ See also:
- [blog: linux apps should have a json flag](https://thomashunter.name/posts/2012-06-06-linux-cli-apps-should-have-a-json-flag) - [blog: linux apps should have a json flag](https://thomashunter.name/posts/2012-06-06-linux-cli-apps-should-have-a-json-flag)
## Installation ## Installation
There are several ways to get `jc`. You can install via `pip`; other OS package repositories like `dnf`, `zypper`, `nix-env`, `brew`, or `portsnap`; via DEB/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`; other OS package repositories like `dnf`, `zypper`, `nix-env`, `guix`, `brew`, or `portsnap`; via DEB/RPM packages; or by downloading the correct binary for your architecture and running it anywhere on your filesystem.
### Pip (macOS, linux, unix, Windows) ### Pip (macOS, linux, unix, Windows)
```bash ```bash
@ -106,6 +106,11 @@ zypper install jc
nix-env -iA nixpkgs.jc nix-env -iA nixpkgs.jc
``` ```
#### Guix (Guix System linux)
```bash
guix install jc
```
#### Brew (macOS) #### Brew (macOS)
```bash ```bash
brew install jc brew install jc