From 711f4440fa732a713fdf11085b8f40fe5c9eed10 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Thu, 27 Feb 2020 16:45:55 -0800 Subject: [PATCH] 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 --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.16.6