From 28bfdfcb493c577fb445f999d71ca77a096040c3 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 7 Nov 2015 00:39:06 -0800 Subject: minor grammar, fix .rst markup, rewrap to 79 columns --- docs/index.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs') 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 `_. Browse and check out tagged and trunk versions of :app:`Pyramid` via the `Pyramid GitHub repository `_. 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 -- cgit v1.2.3