summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2015-02-23 14:07:56 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2015-02-23 14:31:25 +0000
commitb981c01091f0ffb805a22ab9b914e1d4970bb4de (patch)
tree405689ce182c8175f84f2d5baa85301299cf9154 /docs
parent8b06171d222e4a3b674c6396a3c363c7b1d94158 (diff)
bump version string in pip install docs
Diffstat (limited to 'docs')
-rw-r--r--docs/source/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/installation.rst b/docs/source/installation.rst
index afe83cc1..6ddbfe6d 100644
--- a/docs/source/installation.rst
+++ b/docs/source/installation.rst
@@ -34,7 +34,7 @@ renderer (copiousoutput) set up for `text/html`, i.e. have something like this i
You can use `pip` to install directly from GitHub::
- $ pip install --user https://github.com/pazz/alot/archive/0.3.5.zip
+ $ pip install --user https://github.com/pazz/alot/archive/master.zip
Or check out a more recent version, e.g. the master branch::