From 79c23bbf57f9b48628cf0c7b958ade0b34c26285 Mon Sep 17 00:00:00 2001 From: rahul Bajaj Date: Dec 26 2016 09:04:58 +0000 Subject: Enhance the Documentation Makes it easier for a first time user. --- diff --git a/doc/development.rst b/doc/development.rst index 096472d..937fa14 100644 --- a/doc/development.rst +++ b/doc/development.rst @@ -139,10 +139,11 @@ local pagure instance. mkdir clones -* Clone the repo of the ``test`` project into this ``clones`` folder:: +* Clone the repo of the ``test`` project into this ``clones`` folder and move into it:: cd clones git clone ~/path/to/pagure/repos/test.git + cd test * Add and commit some files::