Steve Piercy
2015-11-07 0b22ce61767d1e6b4f245c88d0f179cb8959241b
add https method for git clone
1 files modified
6 ■■■■ changed files
docs/index.rst 6 ●●●● patch | view | raw | blame | history
docs/index.rst
@@ -82,11 +82,15 @@
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