Skip to content

Commit 1b0b503

Browse files
committed
Add command line back into session 1
1 parent fb1ac7e commit 1b0b503

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

_sessions/c2s1/5_command_line.md renamed to _sessions/c1s1/4_command_line.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,21 @@ title: Meet the Command Line
44

55
The command line is a way to interact with your computer programmatically. If you are doing any software development you will need to get to grips with using the command line, as many of the programs you will use will be run from the it, instead of by clicking an icon.
66

7+
### Opening the command line
8+
9+
* On a Mac open Terminal (Applications > Terminal)
10+
* On Windowns open Command Prompt with Ruby on Rails
11+
12+
13+
### Moving around
14+
715
Note: when giving you instructions for the command line we will precede them with a `$` to represent the command prompt e.g.
816

917
$ some_command
1018

1119
**You shouldn't type the `$` sign - just the stuff after it.** So for the above instruction you would just type `some_command` into the command line.
1220

1321

14-
### Moving around
15-
1622
The first thing you will need to get used to is moving around. Start by printing the name of the directory you are in:
1723

1824
$ pwd
@@ -72,4 +78,4 @@ Note: choosing names without spaces makes command line navigation easier.
7278
$ cd coding_course
7379

7480
9. In the Finder (Mac) or My Computer (Windows) find the folder that you just created.
75-
{% endexercise %}
81+
{% endexercise %}

0 commit comments

Comments
 (0)