diff --git a/instructors/instructor-notes.md b/instructors/instructor-notes.md index 8ffd870eb..894ed0f91 100644 --- a/instructors/instructor-notes.md +++ b/instructors/instructor-notes.md @@ -147,12 +147,6 @@ as long as learners using Windows do not run into roadblocks such as: Our recommendation to mitigate this problem is that instructors should use the same text editor as the learners during workshops (in most cases Nano). -- Introducing and navigating the filesystem in the shell (covered in - [Navigating Files and Directories](02-filedir.md\) section) - can be confusing. - You may have both terminal and GUI file explorer open side by side so learners can see the - content and file structure while they're using terminal to navigate the system. - - Tab completion sounds like a small thing: it isn't. Re-running old commands using `!123` or `!wc` isn't a small thing either,