From 6ec58bc2926459ec4ae2f3e2ec24349f9b9d84b1 Mon Sep 17 00:00:00 2001
From: Marcos Entenza <makentenza@gmail.com>
Date: Tue, 17 Apr 2018 18:00:39 +0200
Subject: [PATCH] Merge pull request #145 from rht-labs/exercise1/ds-gitlab-rework

---
 exercises/1-the-manual-menace/README.md |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/exercises/1-the-manual-menace/README.md b/exercises/1-the-manual-menace/README.md
index 4a9ecf7..67f161b 100644
--- a/exercises/1-the-manual-menace/README.md
+++ b/exercises/1-the-manual-menace/README.md
@@ -126,6 +126,7 @@
 ### Part 2 - Nexus and GitLab
 > _Now that we have our Projects setup; we can start to populate them with Apps to be used in our dev lifecycle_
 
+#### Part 2a - Nexus
 4. In the `enablement-ci-cd` repo, checkout the templates for Nexus by running
 ```bash
 $ git checkout exercise1/git-nexus templates/nexus.yml
@@ -165,6 +166,11 @@
 
 4. Once successful; login to the cluster through the browser (using cluster URL) and navigate to the `<YOUR_NAME>-ci-cd`. You should see Nexus up and running. You can login with default credentials (admin / admin123) ![nexus-up-and-running](../images/exercise1/nexus-up-and-running.png)
 
+#### Part 2b - GitLab
+<p class="tip">
+NOTE - This section may already have been completed for you, please check with your tutor. If this is the case, skip to section 6 to add your code to GitLab.
+</p>
+
 4. Now let's do the same thing for GitLab to get it up and running. Checkout the template and params provided by running
 ```bash
 $ git checkout exercise1/git-nexus templates/gitlab.yml params/gitlab

--
Gitblit v1.9.3