Skip to content

Commit e3b3a99

Browse files
authored
docs(readme): remove cruft from generated readme
Remove `bower i` step, remove duplicated line
1 parent 44f1a39 commit e3b3a99

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: templates/app/README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,14 @@ This project was generated with the [Angular Full-Stack Generator](https://githu
1414

1515
### Developing<% var i = 1; %>
1616

17-
<%= i++ %>. Run `npm install` to install server dependencies.
18-
19-
<%= i++ %>. Run `bower install` to install front-end dependencies.<% if(filters.mongoose) { %>
17+
<%= i++ %>. Run `npm install` to install server dependencies.<% if(filters.mongoose) { %>
2018

2119
<%= i++ %>. Run `mongod` in a separate shell to keep an instance of the MongoDB Daemon running<% } %>
2220

2321
<%= i++ %>. Run `gulp serve` to start the development server. It should automatically open the client in your browser when ready.
2422

2523
## Build & development
2624

27-
Run `gulp build` for building and `gulp serve` for preview.
2825
Run `gulp build` for building and `gulp serve` for preview.
2926

3027
## Testing

0 commit comments

Comments
 (0)