File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ npm start
81
81
82
82
1 . Clone the repo with ` git clone https://github.com/h5bp/create-html5-boilerplate.git `
83
83
2 . Run ` npm install ` in the root ` create-html5-boilerplate ` folder.
84
- 3 . run ` npm link ` to make npm run local copy instead of downloading from registry
85
- 4 . now you can use ` npm init html5-boilerplate ` and ` npx create-html5-boilerplate `
84
+ 3 . Run ` npm link ` to make npm run local copy instead of downloading from registry
85
+ 4 . Now you can use ` npm init html5-boilerplate ` and ` npx create-html5-boilerplate `
86
86
87
87
note: you can use ` npx create-html5-boilerplate ./out/example ` from ` create-html5-boilerplate ` without running ` npm link `
88
88
also its possible to run directly NodeJS entry point ` node index.js ./out/example ` or ` npm start `
You can’t perform that action at this time.
0 commit comments