Skip to content

Commit 07411ba

Browse files
Merge pull request #690 from Nemo157/update-yarn-install
Update install step for yarn
2 parents 6fe9c31 + 71d8e2b commit 07411ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ This project is built on ember-cli and cargo, visit
1111

1212
## Working on the Frontend
1313

14+
Install [Yarn](https://yarnpkg.com), see
15+
[yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install) for
16+
instructions for your OS.
17+
1418
```bash
1519
git clone https://github.com/rust-lang/crates.io.git
1620
cd crates.io/
17-
npm install -g yarn # if you don't have yarn
1821
yarn
1922
yarn run bower install
2023
```

0 commit comments

Comments
 (0)