From d14ce36fb12feb5689cad0de113eb1f8b3b4d151 Mon Sep 17 00:00:00 2001
From: kpetersn <kmpeters@anl.gov>
Date: Tue, 28 Feb 2023 21:01:16 +0000
Subject: [PATCH] Added a missing 'cd' command to 2.11.4

---
 2-IOC-deployment.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/2-IOC-deployment.md b/2-IOC-deployment.md
index c5dd51f..b351b7d 100644
--- a/2-IOC-deployment.md
+++ b/2-IOC-deployment.md
@@ -318,6 +318,7 @@ Note: we do a distclean before rebuilding because support is being removed from
 Start the IOC and confirm the error is resolved.
 
 ```
+$ cd ${IOC_DIR}/xxx/iocBoot/iocxxx
 $ ./softioc/xxx.sh run
 ```
 
-- 
GitLab