Skip to content

Commit

Permalink
doc: add upgrading instructions and link to migration guide; #450
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebucaran committed Oct 6, 2018
1 parent 6d79651 commit ac3e05a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit ac3e05a

Please sign in to comment.