Skip to content

Commit 46cc3ee

Browse files
authored
Update README.md
1 parent 429f5fa commit 46cc3ee

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Ready?
1010

1111
## Introduction
1212

13-
For this **pair-programming** activity we are going to use a [REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop). You can find a REPL that runs in the browser for programming languages as JavaScript in [https://repl.it/languages/babel](https://repl.it/languages/babel).
13+
For this **pair-programming** activity we are going to have both people in the pair work in their own repos.
14+
At the end of the exercise, both students should have identical code in their respective repos.
1415

1516
Ready to start?
1617

@@ -19,14 +20,14 @@ Ready to start?
1920

2021
- Fork this repo
2122
- Clone this repo
22-
- Go to [repl.it](https://repl.it/languages/nodejs) and create an account (or login if you have one)
23-
- Type this in the *Code Editor* (left panel)
23+
- Type this in the *File Tab* (left panel)
2424

2525
```javascript
2626
console.log("I'm ready!");
2727
```
28-
- Press `run ►`
29-
- If you can see the message in the right side panel, you are really ready!
28+
- Save
29+
- Open a terminal and navigate to the directory where the script file is, then issue the following command `node js/index.js`
30+
- If you can see the message in the terminal panel (bottom), you are really ready!
3031

3132
<!-- ![](https://i.imgur.com/4TQislb.png) -->
3233
![](https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/upload_17f095b9bb4fa4bd1bee1c017c043327.png)

0 commit comments

Comments
 (0)