From 94f588ad934e77cd6599ac7800a000a9cdff64f6 Mon Sep 17 00:00:00 2001 From: kpetersn <kmpeters@anl.gov> Date: Thu, 9 Mar 2023 15:27:22 +0000 Subject: [PATCH] Added a FAQ about changing directory when not instructed to. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 43a4a97..81b85ab 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ Then copy and paste the output from the script into the terminal and proceed to ## FAQ +#### Will I need to execute any `cd` commands that aren't explicitly documented in the instructions? + +No. You should **only change directories when instructed to.** If you find yourself tempted to execute a `cd` command that isn't documented, resist that urge; it will cause later commands to fail. + #### Why isn't mkioc used to create the training IOC? mkioc renames files and directories (references to xxx are replaced with the desired IOC name). This makes it impossible to have a **solution** branch in the git repo that works for everyone. -- GitLab