Skip to content

Commit f268e5b

Browse files
authored
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: <!explain commands as we go along>
1 parent b1df731 commit f268e5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

episodes/02-getting-started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ stored within the same directory as these project files, in a hidden directory c
120120
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
121121
repository for the experiments that we're going to do today.
122122

123-
First, we will create a new directory for our project and enter that directory.
124-
<!explain commands as we go along>
123+
First, we will create a new directory for our project and enter that directory. We will explain commands as we go along.
125124

126125
~~~
127126
$ mkdir hello-world

0 commit comments

Comments
 (0)