forked from jorgecasar/flow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PR] update bundler link, add more instructions for setting up npm
Summary: Closes facebook#3726 Differential Revision: D4888184 Pulled By: nmote fbshipit-source-id: 4dcdc4f4365bc713f2e8030163cb0eca0f4a3306
- Loading branch information
1 parent
5e0d4a3
commit d309793
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,12 +21,25 @@ npm install --save-dev flow-bin | |
|
||
**Run Flow:** | ||
|
||
The first time, run: | ||
|
||
```sh | ||
npm run flow init | ||
``` | ||
|
||
``` | ||
> [email protected] flow /Users/Projects/my-flow-project | ||
> flow "init" | ||
``` | ||
|
||
After running `flow` with `init` the first time, run: | ||
|
||
```sh | ||
npm run flow | ||
``` | ||
|
||
``` | ||
> [email protected] flow /Users/jimi/Projects/my-flow-project | ||
> [email protected] flow /Users/Projects/my-flow-project | ||
> flow | ||
No errors! | ||
|