summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Scheller <github@loowis.durge.org>2016-02-05 01:26:20 +0000
committerAndrew Scheller <github@loowis.durge.org>2016-02-05 01:26:20 +0000
commite5e0fc2c09733fa3d943c65c06272bc3059b397c (patch)
tree1d5536cf7aa980b3a375b383fe8d2ee4c9d508e5
parent352ee57b07d44471db50f4a13b37a47806584d7b (diff)
downloadpyfilesystem-git-e5e0fc2c09733fa3d943c65c06272bc3059b397c.tar.gz
Correct source-code location in docs
-rw-r--r--docs/getting_started.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index 1e8c013..a2f976a 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -14,10 +14,10 @@ Or to upgrade to the most recent version::
pip install fs --upgrade
-You can also install the cutting edge release by checking out the source via SVN::
+You can also install the cutting edge release by cloning the source from GIT::
- svn checkout http://pyfilesystem.googlecode.com/svn/trunk/ pyfilesystem-read-only
- cd pyfilesystem-read-only
+ git clone https://github.com/PyFilesystem/pyfilesystem.git
+ cd pyfilesystem
python setup.py install
Whichever method you use, you should now have the `fs` module on your path (version number may vary)::