You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Check out the example of [**standalone version running here**](https://codecrumb
32
32
#### Install and run
33
33
>Pre-condition: update/install `NodeJS` version to be >= *8.11.1*
34
34
35
-
1) Install ```codecrumbs```*globally* (```yarn global codecrumbs```) or to *devDependencies* (```yarn add codecrumbs -D```)
35
+
1) Install ```codecrumbs``` to *devDependencies* (```yarn add codecrumbs -D```)
36
36
2) Run ```codecrumbs -d project-src-dir -e project-src-dir/index.js```. Change parameters to match your project:```-d``` is *directory with source code*, ```-e``` is *entry point file* .
37
37
3) Go to [http://localhost:2018](http://localhost:2018/#) in the browser to check it out.
0 commit comments