aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiriam Sexton <miriam@industrydive.com>2018-05-14 11:36:37 -0400
committerMiriam Sexton <miriam@industrydive.com>2018-05-14 11:36:37 -0400
commitbe00aaed0c0a34e0c4e5b98a8708ee480397b003 (patch)
tree15b4a86fbc7b6288a7d0b033635efaddd68dfddb
parentd11f10ed20c02a7522ef63b32431a1cdfc786c39 (diff)
downloadexternal_python_setuptools-be00aaed0c0a34e0c4e5b98a8708ee480397b003.tar.gz
external_python_setuptools-be00aaed0c0a34e0c4e5b98a8708ee480397b003.tar.bz2
external_python_setuptools-be00aaed0c0a34e0c4e5b98a8708ee480397b003.zip
Change Developer Guide instruction on how to checkout from github
-rw-r--r--docs/developer-guide.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt
index 85210055..dda34bf7 100644
--- a/docs/developer-guide.txt
+++ b/docs/developer-guide.txt
@@ -63,7 +63,7 @@ Source Code
Grab the code at Github::
- $ git checkout https://github.com/pypa/setuptools
+ $ git clone https://github.com/pypa/setuptools
If you want to contribute changes, we recommend you fork the repository on
Github, commit the changes to your repository, and then make a pull request