From b58488a00eb9c8294cfedfa5991241801d862c8d Mon Sep 17 00:00:00 2001 From: Joe Block Date: Tue, 5 Mar 2024 08:24:26 -0700 Subject: [PATCH] Fix broken link in README.md (#484) * Fix broken link in README.md Closes #483 Signed-off-by: Joe Block * Updated link per feedback Signed-off-by: Joe Block * Update link per feedback Remove the `http://...` portion of the link Signed-off-by: Joe Block --------- Signed-off-by: Joe Block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30ae547..3b6ec18 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 framework install](zsh-frameworks.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](/blob/next/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).