Skip to content

Commit a9fdf86

Browse files
committed
docs: install instructions update
1 parent 05fa237 commit a9fdf86

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,21 @@ Samples and examples are available in the `samples/` folder. Please push your ow
1515
JQuery and node.js backend demo https://github.com/flowjs/flow.js/tree/master/samples/Node.js
1616

1717
## How can I install it?
18-
use bower:
18+
19+
Download a latest build.zip from https://github.com/flowjs/flow.js/releases
20+
it contains development and minified production files.
21+
22+
or use bower:
1923

2024
bower install flow.js#~2
21-
use cdn, look for available packages at http://www.jsdelivr.com/#!flow.js
22-
25+
2326
or use git clone
2427

2528
git clone https://github.com/flowjs/flow.js
2629

30+
or use cdn, look for available packages at http://www.jsdelivr.com/#!flow,
31+
32+
2733
## How can I use it?
2834

2935
A new `Flow` object is created with information of what and where to post:

0 commit comments

Comments
 (0)