summaryrefslogtreecommitdiffstats
path: root/DEVELOP.rst
diff options
context:
space:
mode:
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 .