From 148f2fb6dba660bd5211f946ca9321e0e3ac874a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 26 Apr 2022 10:36:53 +0200 Subject: [PATCH] Add Gentoo Linux install command --- README.md | 1 + templates/readme_template | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index df59a3bc..5b3ecf61 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ pip3 install jc | macOS | `brew install jc` | | FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` | | 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. diff --git a/templates/readme_template b/templates/readme_template index e3c65370..a5df7a6d 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -117,6 +117,7 @@ pip3 install jc | macOS | `brew install jc` | | FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` | | 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.