summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-10-23 18:48:59 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-10-23 18:50:12 +0900
commitfcd6a01345456c81439a770ce66bf7290c929260 (patch)
tree7568afffb671c199fa5ffe0959960dfb9967344d
parenta1ca1978671c83d1f62be1731289f54730de3332 (diff)
downloadpygerrit-fcd6a01345456c81439a770ce66bf7290c929260.tar.gz
Separate prerequisites and configuration in the readme
Change-Id: I31c7c86a0f9da8e4a144cadc8959caefc53969fb
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 19cd2d5..cfaeb61 100644
--- a/README.rst
+++ b/README.rst
@@ -20,6 +20,10 @@ Prerequisites
Pygerrit runs on Ubuntu 10.4 and Mac OSX 10.8.4 with Python 2.6.x and 2.7.x.
Support for other platforms and Python versions is not guaranteed.
+
+Configuration
+-------------
+
For easier connection to the review server over ssh, the ssh connection
parameters (hostname, port, username) can be given in the user's ``.ssh/config``
file:
@@ -31,6 +35,7 @@ file:
Port 29418
User username
+
SSH Interface
-------------