Skip to content

Commit 2616415

Browse files
committed
update build instructions
1 parent 9b791bb commit 2616415

6 files changed

Lines changed: 6 additions & 12 deletions

File tree

01_bare_minimum/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
To compile, run
22

33
```
4-
node-waf configure
5-
node-waf build
4+
npm build .
65
```

02_functions/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
To compile, run
22

33
```
4-
node-waf configure
5-
node-waf build
4+
npm build .
65
```

03_function_arguments/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
To compile, run
22

33
```
4-
node-waf configure
5-
node-waf build
4+
npm build .
65
```

04_callback_functions/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
To compile, run
22

33
```
4-
node-waf configure
5-
node-waf build
4+
npm build .
65
```

05_threadpool/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
To compile, run
22

33
```
4-
node-waf configure
5-
node-waf build
4+
npm build .
65
```

06_objects/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
To compile, run
22

33
```
4-
node-waf configure
5-
node-waf build
4+
npm build .
65
```

0 commit comments

Comments
 (0)