Skip to content

Commit 6a20a63

Browse files
authored
Update README.md
1 parent 0de55d4 commit 6a20a63

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,17 @@ ___
2727

2828
### Generating a New Project
2929

30-
To generate a new project, simply run `sails-react-webpack [project-name]` in the terminal.
31-
32-
Then install all dependencies:
33-
30+
To generate a new project, run:
3431
```shell
35-
$ cd [project-name]
32+
sails-react-webpack [project-name]
33+
34+
cd [project-name]
3635

37-
$ npm install
36+
npm install
3837

3938
// or
4039

41-
$ yarn
40+
yarn
4241
```
4342

4443
___

0 commit comments

Comments
 (0)