Commit e1bf049d88dca155ed17c6959a80f88555434168
1 parent
911cc8cb5a
Add alpha notice to README.
Showing 1 changed file with 5 additions and 0 deletions Side-by-side Diff
README.mkd
... | ... | @@ -4,6 +4,11 @@ Antigen is a small set of functions that help you easily manage your shell (zsh) |
4 | 4 | plugins, called bundles. The concept is pretty much the same as bundles in a |
5 | 5 | typical vim+pathogen setup. Antigen is to zsh, what [Vundle][] is to vim. |
6 | 6 | |
7 | +**Please** note that antigen is currently is alpha stage and will have backwards | |
8 | +incompatible changes now and then, until we have a pretty stable system we can | |
9 | +reason about. **Please** read the commit comments of the changesets when you | |
10 | +pull a new version of antigen. | |
11 | + | |
7 | 12 | # Quick Usage |
8 | 13 | |
9 | 14 | First, clone this repo, probably as a submodule if you have your dotfiles in a |