Skip to content

Commit

Permalink
Merge pull request TheOdinProject#25920 from devlinksnc/patch-1
Browse files Browse the repository at this point in the history
Command Line Basics lesson: Fix typo
  • Loading branch information
thatblindgeye authored Jul 22, 2023
2 parents 71b17f9 + 0469642 commit 8005ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundations/installations/command_line_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In this introductory lesson to the command line, you'll learn how to navigate ar

- **macOS**: Open your Applications > Utilities folder and find "Terminal". You can also use Spotlight search to open Terminal. Press <kbd>Cmd</kbd> + <kbd>Space</kbd> to open Spotlight, and search for "Terminal". Press <kbd>Enter</kbd> to open it.

The window that opens will be blank with test that varies based on your operating system. On linux and older Macs the line will end with `$` and on newer Macs the line will end with `%`. This symbol called the prompt indicates that the terminal is waiting for you to enter a command. Lets try that now, type `whoami` and press <kbd>Enter</kbd>.
The window that opens will be mostly blank, with the exception of some text that will vary based on your operating system. On Linux and older Macs the line will end with `$` and on newer Macs the line will end with `%`. This symbol - called the prompt - indicates that the terminal is waiting for you to enter a command. Lets try that now. Type `whoami` and press <kbd>Enter</kbd>.

It returns your username. Cool!

Expand Down

0 comments on commit 8005ca0

Please sign in to comment.