Skip to content

Commit e5e0fc2

Browse files
committed
Correct source-code location in docs
1 parent 352ee57 commit e5e0fc2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/getting_started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Or to upgrade to the most recent version::
1414

1515
pip install fs --upgrade
1616

17-
You can also install the cutting edge release by checking out the source via SVN::
17+
You can also install the cutting edge release by cloning the source from GIT::
1818

19-
svn checkout http://pyfilesystem.googlecode.com/svn/trunk/ pyfilesystem-read-only
20-
cd pyfilesystem-read-only
19+
git clone https://github.com/PyFilesystem/pyfilesystem.git
20+
cd pyfilesystem
2121
python setup.py install
2222

2323
Whichever method you use, you should now have the `fs` module on your path (version number may vary)::

0 commit comments

Comments
 (0)