From ac3e05ae3e972452931c983345ef163a6498248c Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Sat, 6 Oct 2018 09:07:35 +0900 Subject: [PATCH] doc: add upgrading instructions and link to migration guide; #450 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index df24bde..dd5d457 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,17 @@ for file in $fisher_path/conf.d/*.fish end ``` +### Migrating from V2 to V3 + +The easiest way to upgrade to V3 from V2 is to uninstall V2 first using: + +``` +fisher self-uninstall +``` + +...and install V3 from scratch using the recommended [installation instructions](https://github.com/jorgebucaran/fisher#installation). See [#450](https://github.com/jorgebucaran/fisher/issues/450) for more options. + + ## Usage You've found an interesting utility you'd like to try out. Or perhaps you've [created a package](#creating-your-own-package) yourself. How do you install it on your system? You may want to update or remove it later too. How do you do that?