From 9aa97d9c9d7d6b9680ba0dc713475e19dfdf7e89 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Tue, 5 Mar 2024 07:26:28 -0800 Subject: [PATCH] Fixing a link I incorrectly advised on. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b6ec18..6ccda80 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Vanilla `git diff` vs `git` and `diff-so-fancy` Installation is as simple as cloning this repo and then putting the `diff-so-fancy` script in to your `$PATH`. The `lib/` directory will need to be kept relative to the core script. -If you are using a ZSH framework like [zgenom](https://github.com/jandamm/zgenom) or [oh-my-zsh](https://ohmyz.sh), refer to [Zsh plugin suppport for diff-so-fancy](/blob/next/pro-tips.md) for detailed installation instructions. +If you are using a ZSH framework like [zgenom](https://github.com/jandamm/zgenom) or [oh-my-zsh](https://ohmyz.sh), refer to [Zsh plugin suppport for diff-so-fancy](pro-tips.md) for detailed installation instructions. `diff-so-fancy` is also available from the [NPM registry](https://www.npmjs.com/package/diff-so-fancy), [brew](https://formulae.brew.sh/formula/diff-so-fancy), as a package on [Nix](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/version-management/diff-so-fancy/default.nix), [Fedora](https://packages.fedoraproject.org/pkgs/diff-so-fancy/diff-so-fancy/), in the [Arch extra repo](https://archlinux.org/packages/extra/any/diff-so-fancy/), and as [ppa:aos for Debian/Ubuntu Linux](https://github.com/aos/dsf-debian).