You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Thank you for taking our course. Completing the following tasks will prepare you
13
13
git clone <ssh-link>
14
14
```
15
15
in the terminal and substitute the `<ssh-link>` with the link you just copied. After pressing `Enter` your repository will be downloaded into your current working directory.
16
-
- Navigate into the downloaded directory by typing `cd day_01_exercise_intro-yourname`. Use `ls` to list the contents of the folder you are currently working in. If Visual Studio Code is installed correctly, you can open it from the terminal by typing `code .`.
16
+
- Navigate into the downloaded directory by typing `cd day_01_into_intro-yourname`. Use `ls` to list the contents of the folder you are currently working in. If Visual Studio Code is installed correctly, you can open it from the terminal by typing `code .`.
17
17
18
18
In Vscode, you can now open a rendered version of this readme. Right-click the file and select `Open Preview`.
0 commit comments