From 1cbcb9c56e68f96f4e3ab45f0cb970666f3326d5 Mon Sep 17 00:00:00 2001 From: Annajiat Alim Rasel Date: Thu, 21 Oct 2021 19:44:58 +0600 Subject: [PATCH] Update 02-getting-started.md Converted broken note for instructors to a regular text so that it sets the right expectations for both the learners and the instructors. Proposed: We will explain commands as we go along. Current: --- _episodes/02-getting-started.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_episodes/02-getting-started.md b/_episodes/02-getting-started.md index 14c97529..85de25a5 100644 --- a/_episodes/02-getting-started.md +++ b/_episodes/02-getting-started.md @@ -120,8 +120,7 @@ stored within the same directory as these project files, in a hidden directory c repository either by using [GitHub's web interface](https://github.com/new), or via the command line. Let's use the command line to create a git repository for the experiments that we're going to do today. -First, we will create a new directory for our project and enter that directory. - +First, we will create a new directory for our project and enter that directory. We will explain commands as we go along. ~~~ $ mkdir hello-world