Skip to content

Commit a8cf822

Browse files
committed
Added a subheading
1 parent f752f23 commit a8cf822

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

curriculum/02-prerequisites/03-command-line.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ Open a terminal (command line) on your computer.
3131

3232
The window that opens will probably be mostly blank with the exception of some text and **prompt**. Depending on your operating system, the line will end with `$` (or `%` on newer MacOS) indicating that its ready for command. Let's try our first command. Type `whoami` and press <kbd>Enter</kbd>. This returns your username. See, commands are not scary, it just takes time to practice them.
3333

34-
Often the instructions on varius sources will use `$ whoami` examples. Do not copy or write `$` character, only the command in front of it.
34+
Often the instructions on varius sources will use `$ whoami` examples. Do not copy or write `$` character, only the command in front of it.
35+
36+
## Basic Commands

0 commit comments

Comments
 (0)