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::