From 71d8e2bff1a7290cc02b69df70fcce77af499114 Mon Sep 17 00:00:00 2001 From: Wim Looman Date: Fri, 28 Apr 2017 17:37:06 +0200 Subject: [PATCH] Update install step for yarn Installation via npm has been deprecated, see 'Install via npm' section of https://yarnpkg.com/en/docs/install#alternatives-tab for more details. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19e20b82bd5..ece37b9e9fd 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,13 @@ This project is built on ember-cli and cargo, visit ## Working on the Frontend +Install [Yarn](https://yarnpkg.com), see +[yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install) for +instructions for your OS. + ```bash git clone https://github.com/rust-lang/crates.io.git cd crates.io/ -npm install -g yarn # if you don't have yarn yarn yarn run bower install ```