File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,21 @@ Samples and examples are available in the `samples/` folder. Please push your ow
1515JQuery 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+
2326or 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
2935A new ` Flow ` object is created with information of what and where to post:
You can’t perform that action at this time.
0 commit comments