From 6b89e6027d1daff35287a66956a7d5b64abe5d51 Mon Sep 17 00:00:00 2001 From: jimjcollins Date: Thu, 2 Nov 2017 11:53:24 -0400 Subject: [PATCH] Update challenge01-acsintro.md Changed leading forward-slash ("/") to "~/" in statement "cd into the /container-hackfest/challenges directory" as the prior "git clone ..." command will clone the repo relative to your home directory ("~/"), not relative to the root ("/") of the filesystem. --- challenges/challenge01-acsintro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/challenge01-acsintro.md b/challenges/challenge01-acsintro.md index b99a7c1..dfa4524 100644 --- a/challenges/challenge01-acsintro.md +++ b/challenges/challenge01-acsintro.md @@ -48,7 +48,7 @@ In this lab, you will prepare your workstation VM for working with ACS and Kuber 8. In your terminal git clone the repo for this Hackfest * ``git clone https://github.com/chzbrgr71/container-hackfest.git`` - * cd into the ``/container-hackfest/challenges`` directory + * cd into the ``~/container-hackfest/challenges`` directory ## Advanced areas to explore