From 8f8ce0e0ddb9e3293acb0b03e4973ce4437ffa3e Mon Sep 17 00:00:00 2001 From: j-dunham Date: Fri, 2 Sep 2022 11:32:33 -0400 Subject: [PATCH] Update readme.md --- gitlab/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitlab/readme.md b/gitlab/readme.md index 4d9b091..f8f56e1 100644 --- a/gitlab/readme.md +++ b/gitlab/readme.md @@ -24,7 +24,6 @@ These steps **must** be completed prior to starting other labs. ``` - Verify the output is similar to below. - - If `gh valet version` did not produce similar output then please follow the troubleshooting [guide](#troubleshoot-the-valet-cli). ```bash gh version 2.14.3 (2022-07-26) @@ -32,6 +31,8 @@ These steps **must** be completed prior to starting other labs. valet-cli unknown ``` + - If `gh valet version` did not produce similar output then please follow the troubleshooting [guide](#troubleshoot-the-valet-cli). + ## Bootstrap a GitLab Server 1. Execute the GitLab setup script that will start a container with a GitLab server running inside of it. The script should be executed when starting a new Codespace or restarting an existing one.