From bf63ac93c6715566c7366715fee72fdf887606ed Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 21 Nov 2023 15:01:04 -0800 Subject: [PATCH] add Photon linux --- README.md | 1 + templates/readme_template | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index eb9de856..2f9809fc 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ pip3 install jc | NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` | | Guix System linux | `guix install jc` | | Gentoo Linux | `emerge dev-python/jc` | +| Photon linux | `tdnf 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` | diff --git a/templates/readme_template b/templates/readme_template index 4ce8318d..eb38c0a6 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -120,6 +120,7 @@ pip3 install jc | NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` | | Guix System linux | `guix install jc` | | Gentoo Linux | `emerge dev-python/jc` | +| Photon linux | `tdnf 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` |