From d46f5848f9c239c8657a12d740ba5278095e1cef Mon Sep 17 00:00:00 2001
From: kpetersn <kmpeters@anl.gov>
Date: Thu, 2 Mar 2023 20:39:07 +0000
Subject: [PATCH] Moved the 'cd motorVMC' from step 4.3 to step 4.2.

---
 4-Deploy-motorVMC.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/4-Deploy-motorVMC.md b/4-Deploy-motorVMC.md
index 16a6ad7..5994611 100644
--- a/4-Deploy-motorVMC.md
+++ b/4-Deploy-motorVMC.md
@@ -31,13 +31,14 @@ Resolving deltas: 100% (7/7), done.
 ### 4.2 Confirm directories exist
 
 ```
-$ tree -d motorVMC
+$ cd motorVMC
+$ tree -d .
 ```
 <details>
 <summary>output</summary>
 
 ```
-motorVMC
+.
 ├── configure
 ├── iocs
 │   └── vmcIOC
@@ -59,7 +60,6 @@ motorVMC
 ### 4.3 Build motorVMC (Attempt #1)
 
 ```
-$ cd motorVMC
 $ make
 ```
 <details>
-- 
GitLab