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

Merge pull request #235 from mgorny/gentoo-install

Add Gentoo Linux install command
This commit is contained in:
Kelly Brazil
2022-04-26 07:10:47 -07:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,7 @@ pip3 install jc
| macOS | `brew install jc` | | macOS | `brew install jc` |
| FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` | | FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` |
| Ansible filter plugin | `ansible-galaxy collection install community.general` | | Ansible filter plugin | `ansible-galaxy collection install community.general` |
| Gentoo Linux | `emerge dev-python/jc` |
> For more OS Packages, see https://repology.org/project/jc/versions. > For more OS Packages, see https://repology.org/project/jc/versions.

View File

@ -117,6 +117,7 @@ pip3 install jc
| macOS | `brew install jc` | | macOS | `brew install jc` |
| FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` | | FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` |
| Ansible filter plugin | `ansible-galaxy collection install community.general` | | Ansible filter plugin | `ansible-galaxy collection install community.general` |
| Gentoo Linux | `emerge dev-python/jc` |
> For more OS Packages, see https://repology.org/project/jc/versions. > For more OS Packages, see https://repology.org/project/jc/versions.