8000 another readme clarify for node · GameJs/gamejs@5bb785b · GitHub
[go: up one dir, main page]

Skip to content

Commit 5bb785b

Browse files
committed
another readme clarify for node
1 parent 97df4f1 commit 5bb785b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ Depending on how you got GameJs:
1111

1212
## Option 1: zip release
1313

14-
Extract the zip file and try the examples in the zip file over http://
14+
Extract the zip file and try the examples in the zip file over http://.
1515

1616
## Option 2: Node package registry
1717

18-
After you installed gamejs (`npm install -g gamejs`), you can use a
19-
bundler like `browserify` to run your code on the client.
20-
Here's a small example:
21-
22-
http://requirebin.com/?gist=6048278
23-
18+
After you installed gamejs, you can use a bundler like `browserify`
19+
to run your code on the client. Here's a small example:
2420

21+
cd ~/my-web-game/
22+
npm install gamejs
23+
npm install -g browswerify
24+
browserify ./main.js --out bundled.js
2525

2626
## Option 3: using the git version
2727

0 commit comments

Comments
 (0)
0