Skip to content

Commit c77482a

Browse files
committed
add only yarn instructions
1 parent ded45b9 commit c77482a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
44
## Installation
55

6-
First, install [Yeoman](http://yeoman.io) and generator-buildbot-dashboard using [yarn](https://yarnpkg.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
6+
First, install [Yeoman](http://yeoman.io) and generator-buildbot-dashboard using [yarn](https://yarnpkg.com/) (we assume you have it pre-installed as well as [node.js](https://nodejs.org/)).
77

88
```bash
9-
npm install -g yo
10-
npm install -g generator-buildbot-dashboard
9+
yarn global add yo
10+
yarn global add generator-buildbot-dashboard
1111
```
1212

1313
Then generate your new project:

0 commit comments

Comments
 (0)