From ceb3cfbe5bb2124e74b99592065f8b1b861d0ea3 Mon Sep 17 00:00:00 2001 From: William G Underwood <42812654+WGUNDERWOOD@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:56:18 +0100 Subject: [PATCH] Note in README about nixpkgs PR --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5881c31..fe89d42 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,12 @@ cargo install --git "https://github.com/wgunderwood/tex-fmt" ### Nix +If you would like tex-fmt to appear in +[nixpkgs](https://github.com/NixOS/nixpkgs), +please add a 👍 reaction to the +[pull request](https://github.com/NixOS/nixpkgs/pull/341818). +Alternatively, to build from source, use + ``` shell nix build "github:wgunderwood/tex-fmt" ``` @@ -94,7 +100,7 @@ nix build "github:wgunderwood/tex-fmt" Install from the [Arch User Repository](https://aur.archlinux.org/packages/tex-fmt). -For example, using the `yay` AUR helper: +For example, using the [yay](https://github.com/Jguer/yay) AUR helper: ``` shell yay -S tex-fmt