]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - README.md
make test_full: use zsh 4 (/opt/zsh4/bin/zsh) and zsh 5
[zsh-autoenv.git] / README.md
index bf5e088ef99cc8db595f080a45354f8bf1b31d01..bd2d295ccafdb471d2596e01b6e99e2675c4daeb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,10 +15,23 @@ This is is a zsh optimized version of
 
 ## Installation
 
-Using [antigen](https://github.com/zsh-users/antigen)
+### Using [antigen](https://github.com/zsh-users/antigen)
 
     antigen-bundle Tarrasch/zsh-autoenv
 
+### Using [zgen](https://github.com/tarjoilija/zgen)
+
+Add the following to your `.zshrc` where you are loading your plugins:
+
+    zgen load Tarrasch/zsh-autoenv
+
+### Manually
+
+Clone the repository and source it from your `~/.zshrc` file:
+
+    git clone https://github.com/Tarrasch/zsh-autoenv ~/.dotfiles/lib/zsh-autoenv
+    echo 'source ~/.dotfiles/lib/zsh-autoenv/autoenv.zsh' >> ~/.zshrc
+
 ## Credits
 
 The code was mostly copied from [Joshua Clayton](https://github.com/joshuaclayton)