summaryrefslogtreecommitdiffstats
path: root/DEVELOP.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-19 00:32:26 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-19 00:32:26 -0800
commitf87a71f511dc5653c25964128666a8d808f86b35 (patch)
treea8298abf734ca1396ec27d6277d1eecf294fb034 /DEVELOP.rst
parent8bd1d9dd7e2f33aed255c607efab6a2daf55fc92 (diff)
Update readme and develop docs.
Diffstat (limited to 'DEVELOP.rst')
-rw-r--r--DEVELOP.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEVELOP.rst b/DEVELOP.rst
index 85280a37..07d8e767 100644
--- a/DEVELOP.rst
+++ b/DEVELOP.rst
@@ -18,7 +18,7 @@ In order to keep your fork up to date with any changes from mainline, add a new
git remote to your local copy called 'upstream' and point it to the main pgcli
repo.
-.. ::
+::
$ git remote add upstream git@github.com:amjith/pgcli.git
@@ -42,7 +42,7 @@ Create a virtualenv (let's call it pgcli-dev). Once the virtualenv is activated
`cd` into the local clone of pgcli folder and install pgcli using pip as
follows:
-.. ::
+::
$ pip install --editable .