Skip to content

Commit d951c40

Browse files
authored
Merge pull request #281 from JonUK/master
Included the npm install command to README.md
2 parents 566b00f + 1234b46 commit d951c40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ JQuery and node.js backend demo https://github.com/flowjs/flow.js/tree/master/sa
2020
Download a latest build from https://github.com/flowjs/flow.js/releases
2121
it contains development and minified production files in `dist/` folder.
2222

23+
or use npm:
24+
```console
25+
npm install @flowjs/flow.js
26+
```
27+
2328
or use bower:
2429
```console
2530
bower install flow.js#~2

0 commit comments

Comments
 (0)