From c20e04c1f46db779b859be763f9bf6166cd99a41 Mon Sep 17 00:00:00 2001 From: Christopher Hakkaart Date: Thu, 19 Sep 2024 07:48:56 +0200 Subject: [PATCH] Update 00_intro.md --- docs/part1/00_intro.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/part1/00_intro.md b/docs/part1/00_intro.md index 36f3de0..7932165 100644 --- a/docs/part1/00_intro.md +++ b/docs/part1/00_intro.md @@ -6,9 +6,8 @@ We will start Part 1 by familiarizing ourselves with some common bash commands. During **Part 2**, the skills and concepts you have learned in Part 1 will be applied in a more realistic scenario. -## Moving into a work directory +## Moving into your work directory -<<<<<<< HEAD It is good practice to organize projects into their own folders to make it easier to track and replicate experiments over time. We have created separate directories for each part (`~/part1/` and `~/part2/`).