Skip to content

Commit 1ab13e7

Browse files
Added reference to Teachable
1 parent d656e58 commit 1ab13e7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The Command Line Murder
2727

2828
There's been a murder in Terminal City, and TCPD needs your help.
2929

30-
Before you start, skim through the required materials in the Command Line and Version Control sections of your PreCourse repo. Use it as a reference while working through the case.
30+
Before you start, skim through the required materials in the Command Line and Version Control sections of the PreCourse on Teachable. Use it as a reference while working through the case.
3131

3232
Now with your Terminal at hand you're ready to start. A couple of ground rules first:
3333

@@ -46,11 +46,8 @@ Next you need to download those files to your machine so that you can edit them.
4646

4747
## Step 2: Investigate
4848

49-
Each step of your investigation will contain a reference to the **Detective Handbook** at the top. Each page of the Detective Handbook contains the description of the commands you will need to complete that particular step. You can view them in the Terminal:
49+
Each step of your investigation will contain a reference to the **Detective Handbook** at the top. Each page of the Detective Handbook contains the description of the commands you will need to complete that particular step.
5050

51-
```bash
52-
Reference: ./detective_handbook/getting_started.md
53-
```
5451
Open a Terminal, go to the location of the files (using the `cd` command), and start by reading the file 'step0'.
5552

5653
One way you can do this is with following command:

0 commit comments

Comments
 (0)