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