Skip to content

Commit

Permalink
Update yarn install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jan 3, 2017
1 parent 25eafe1 commit 92ba7e9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ Shiny's JavaScript build tools use Node.js, along with [yarn](https://yarnpkg.co

Installation of Node.js differs across platforms and is generally pretty easy, so I won't include instructions here.

There are a number of ways to [install yarn](https://yarnpkg.com/en/docs/install), but if you already have npm installed, you can simply run:

```
sudo npm install --global yarn
```
Install yarn using the [official instructions](https://yarnpkg.com/en/docs/install).

Then, in this directory (tools/), run the following to install the packages:

Expand Down

0 comments on commit 92ba7e9

Please sign in to comment.