Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ Install Antigen from our main repository with the latest stable version availabl
curl -L git.io/antigen > antigen.zsh
# or use git.io/antigen-nightly for the latest version

Or if you use <a href="https://github.com/ohmyzsh/ohmyzsh">Oh My Zsh</a>:

curl -L git.io/antigen > $ZSH/tools/antigen
echo "alias antigen="zsh $ZSH/tools/antigen" >> ~/.zhsrc

There are several installation methods using your System Package manager, just look
at the [Installation][] wiki page.

Expand Down