From 3d9a52ac13c46e2bb640ec52fc52e891c010d9ff Mon Sep 17 00:00:00 2001 From: Marcel Bollmann Date: Wed, 2 Jun 2021 11:56:04 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3549c61..a6e4578 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # fishpkgs -Bundled fish packages + +This is a drop-in replacement for all [fish](https://fishshell.com/) packages under [https://github.com/fishpkg/](https://github.com/fishpkg/). The only difference is that the files have been moved into a `functions/` subdirectory so that the packages actually work with the [fisher](https://github.com/jorgebucaran/fisher) 4.2.0 or later. + +Install with: + +``` +fisher install mbollmann/fishpkgs +```