Skip to content

Commit b5d46f9

Browse files
chrisbrainerdlevithomason
authored andcommitted
docs: update warning about using yarn (#3816)
1 parent 501836f commit b5d46f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ cd Semantic-UI-React
6060
yarn
6161
```
6262

63-
>Note, we use `yarn` because `npm` has unfortunately become unreliable. Get it [here][16].
63+
>Note: we use `yarn` and advise you do too while contributing. Get it [here](https://yarnpkg.com/). You can use `npm install / npm ci` but we don't include a `package-lock.json` in the repository, so you may end up with slightly out of sync dependencies.
6464
6565
Add our repo as a git remote so you can pull/rebase your fork with our latest updates:
6666

0 commit comments

Comments
 (0)