Skip to content

Commit

Permalink
Update README installation for Antigen
Browse files Browse the repository at this point in the history
Until zsh-users/antigen#717 gets fixed, the
branch needs to be specified when this is not `master`.

Signed-off-by: Gerard Bosch <[email protected]>
  • Loading branch information
gerardbosch committed Feb 22, 2022
1 parent 8507cd7 commit 96a8221
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ Add `zgenom load unixorn/fzf-zsh-plugin` to your `.zshrc` with your other load c

### [Antigen](https://github.com/zsh-users/antigen)

Add `antigen bundle unixorn/fzf-zsh-plugin` to your `.zshrc`
Add `antigen bundle unixorn/fzf-zsh-plugin@main` to your `.zshrc`

**Note** that until https://github.com/zsh-users/antigen/issues/717 gets fixed in Antigen, it only recognizes plugins in `master` branch. So you need to explicitly specify `@main` here.

### [Oh-My-Zsh](http://ohmyz.sh/)

Expand Down

0 comments on commit 96a8221

Please sign in to comment.