Merge pull request #369 from fisherman/install-branch

Document how to install branches and tags
This commit is contained in:
Francisco Lourenço 2017-02-15 23:51:07 +01:00 committed by Jorge Bucaran
commit 91a9a3b3bc
2 changed files with 36 additions and 0 deletions

View file

@ -40,6 +40,16 @@ Install more plugins.
fisher fzf edc/bass omf/thefuck omf/theme-bobthefish
```
Install a specific branch.
```sh
fisher edc/bass:master
```
Install a specific tag.
```sh
fisher edc/bass@1.2.0
```
Install a gist.
```

View file

@ -2252,6 +2252,32 @@ Install some plugins\.
.IP "" 0
.
.P
Install a specific branch\.
.
.IP "" 4
.
.nf
'"$fisher_cmd_name"' edc/bass:master
.
.fi
.
.IP "" 0
.
.P
Install a specific tag\.
.
.IP "" 4
.
.nf
'"$fisher_cmd_name"' done@1.2.0
.
.fi
.
.IP "" 0
.
.P
Install a gist\.
.
.IP "" 4