Skip to content

Commit 1234b46

Browse files
authored
Included the npm install command to README.md
Help save people time looking up the npm package name "@flowjs/flow.js".
1 parent 566b00f commit 1234b46

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)