diff --git a/command-line/introduction/tutorial.md b/command-line/introduction/tutorial.md index 57360739..043df020 100644 --- a/command-line/introduction/tutorial.md +++ b/command-line/introduction/tutorial.md @@ -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 diff --git a/index.html b/index.html index 711ba9b3..25862cb0 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,7 @@

HTML

Command Line

Version Control