From: Daniel Hahler <git@thequod.de>
Date: Thu, 11 Dec 2014 15:31:41 +0000 (+0100)
Subject: README: add section about manual installation
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=d136fd8731b415e884ed76ae5349da574e167afa;p=zsh-autoenv.git

README: add section about manual installation
---

diff --git a/README.md b/README.md
index bf5e088..9271fba 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,17 @@ 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
 
+### 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)