Fix the README to include 'cd ci-management' 23/63223/3
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 28 Feb 2020 00:45:55 +0000 (16:45 -0800)
committerBengt Thuree <bthuree@linuxfoundation.org>
Fri, 28 Feb 2020 01:14:58 +0000 (12:14 +1100)
The README was missing a 'cd ci-management' after the clone of the
ci-management repository which could cause an error for those
copy-pasting the steps.

Change-Id: I408b20adad8615c6ad54ade7716f5cf79fa59504
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
README.rst

index ad529aa..5b4aaa8 100644 (file)
@@ -67,6 +67,10 @@ content::
 
   git clone ssh://workshop@gerrit.localhost:29418/ci-management.git
 
+Move into the cloned directory::
+
+  cd ci-management
+
 Set the gitreview username::
 
   git config --add gitreview.username "workshop"