Skip to content

Commit 5d7caf8

Browse files
authored
docs(readme): simplify usage section
[skip ci]
1 parent 6ae049c commit 5d7caf8

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Diff for: readme.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,11 @@ npm install -g yo gulp-cli generator-angular-fullstack
2626

2727
> To install the latest 4.0.0 Beta with Webpack support, use `generator-angular-fullstack@beta`
2828
29-
Make a new directory, and `cd` into it:
29+
Run `yo angular-fullstack`
3030
```
31-
mkdir my-new-project && cd $_
31+
yo angular-fullstack
3232
```
3333

34-
Run `yo angular-fullstack`, optionally passing an app name:
35-
```
36-
yo angular-fullstack [app-name]
37-
```
38-
39-
Run `gulp build` for building, `gulp serve` for development, and `gulp serve:dist` for a preview of the built app.
40-
4134
**See the [Getting Started](/docs/getting-started/index.md) guide for more information.**
4235

4336
## Prerequisites

0 commit comments

Comments
 (0)