summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-11-07 00:39:06 -0800
committerSteve Piercy <web@stevepiercy.com>2015-11-07 00:39:06 -0800
commit28bfdfcb493c577fb445f999d71ca77a096040c3 (patch)
tree8daa60f7500e86bdb5a9cad70585b594031e44e6 /docs/index.rst
parent8bb97b9894a3a038b3daa3880c5ea51a1cb8209e (diff)
downloadpyramid-28bfdfcb493c577fb445f999d71ca77a096040c3.tar.gz
pyramid-28bfdfcb493c577fb445f999d71ca77a096040c3.tar.bz2
pyramid-28bfdfcb493c577fb445f999d71ca77a096040c3.zip
minor grammar, fix .rst markup, rewrap to 79 columns
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 70e0948f9..e792b9905 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -82,11 +82,15 @@ join the `#pyramid IRC channel <irc://irc.freenode.net/#pyramid>`_.
Browse and check out tagged and trunk versions of :app:`Pyramid` via the
`Pyramid GitHub repository <https://github.com/Pylons/pyramid/>`_. To check out
-the trunk via ``git``, use this command:
+the trunk via ``git``, use either command:
.. code-block:: text
+ # If you have SSH keys configured on GitHub:
git clone git@github.com:Pylons/pyramid.git
+
+ # Otherwise, HTTPS will work, using your GitHub login:
+ git clone https://github.com/Pylons/pyramid.git
To find out how to become a contributor to :app:`Pyramid`, please see the
`contributor's section of the documentation