8000 Update readme. · masteramuk/examples@bddca8c · GitHub
[go: up one dir, main page]

Skip to content

Commit bddca8c

Browse files
committed
Update readme.
1 parent 5612829 commit bddca8c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

readme.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
## IMPORTANT NOTE:
22

3-
All examples are customized for `+v2.0.x` version.
3+
All examples are customized for `+v2.6.x` version.
44

55
---
66

7-
> Firstly you must install total.js as global module __npm install -g total.js__ or you must copy __node_modules__ with total.js into each example.
7+
## How to run examples?
8+
9+
- first you have to install __Total.js framework__ `$ npm install total.js`
10+
- then run each example like this:
11+
12+
```bash
13+
$ cd workers
14+
$ node index.js
15+
```

0 commit comments

Comments
 (0)
0