Skip to content

Commit 75c911d

Browse files
committed
Merge pull request #198 from matyikriszta/gh-pages
amends to introductory command line tutorial
2 parents 91ff0c5 + 8351f0e commit 75c911d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

command-line/introduction/tutorial.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ The command line is a text interface for your computer. Just like Windows Explor
99

1010
## How do I access the command line?
1111

12-
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.
12+
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.
13+
14+
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.
1315

1416
## Example 1: navigating around in the terminal
1517

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2>HTML</h2>
3838

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

4444
<h2>Version Control</h2>

0 commit comments

Comments
 (0)