Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Blari authored Sep 1, 2022
1 parent 37c6870 commit 775088f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ $ git clone -o light-blue-dashboard -b master --single-branch \
$ cd MyApp
```

#### 2. Run `npm install && bower install`
#### 2. Run `yarn install && bower install`

This will install both run-time project dependencies and developer tools listed
in [package.json](../package.json) file. We are moving all dependencies to npm, so there will be no bower dependencies soon.
in [package.json](../package.json) file. We are moving all dependencies to yarn, so there will be no bower dependencies soon.

#### 3. Run `npm install -g grunt`
#### 3. Run `yarn install -g grunt`

This commant will install grunt task runner globally.

Expand Down

0 comments on commit 775088f

Please sign in to comment.