You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ cd Semantic-UI-React
60
60
yarn
61
61
```
62
62
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.
64
64
65
65
Add our repo as a git remote so you can pull/rebase your fork with our latest updates:
0 commit comments