From: Trevor Bramwell Date: Fri, 28 Feb 2020 00:45:55 +0000 (-0800) Subject: Fix the README to include 'cd ci-management' X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=711f4440fa732a713fdf11085b8f40fe5c9eed10;p=releng%2Fci-workshop.git Fix the README to include 'cd ci-management' 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 --- diff --git a/README.rst b/README.rst index ad529aa..5b4aaa8 100644 --- a/README.rst +++ b/README.rst @@ -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"