Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion command-line/introduction/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ The command line is a text interface for your computer. Just like Windows Explor

## How do I access the command line?

To access the command line, we use a terminal emulator, usually called a terminal. On Mac OSX you can access the terminal by opening the Terminal application from your Applications folder. On Windows you should use a program called the PowerShell.
To access the command line, we use a terminal emulator, usually called a terminal. On Mac OSX you can access the terminal by opening the Terminal application from your Applications folder. On Windows you should use a program called the PowerShell. To access the Powershell, click 'Start', in 'Search programs and files' type powershell, and hit enter. This should open up Powershell on your computer.

Before we get started, you should note some DO's and DONT's while using the command line. The command line is a powerful tool that can significantly speed up your workflow but can also irreversibly harm your computer so make sure you use it responsibly. If you are not sure what a command does DO NOT type it into your terminal. The command `rm -rf /` is a classic one that you should never use. If you are stuck and in need of help make sure you ask from someone you trust or other reputable sources. It goes without saying that all commands in this tutorial are safe to use.

## Example 1: navigating around in the terminal

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2>HTML</h2>

<h2>Command Line</h2>
<ul>
<li><a href="command-line/introduction/tutorial.html">Introduction to the command line</a></li>
<li><a href="command-line/introduction/tutorial.html">Lesson 1 - Introduction to the command line</a></li>
</ul>

<h2>Version Control</h2>
Expand Down