Skip to content

Commit 22a1a0d

Browse files
Update README
1 parent e44979a commit 22a1a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ After talking to us on Slack and deciding this project is your "cup of tea", you
2828
This is how to get started locally:
2929

3030
- [Git clone this repository](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository)
31-
- Run `npm install`
32-
- Run `npm run dev`
31+
- Run `yarn install`
32+
- Run `yarn run dev`
3333
- [Branch out](https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging) by following the structure `feature/add-your-branch-name` or `chore/add-your-branch-name` or `fix/add-your-branch-name` and submit your [PR](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests)
3434

3535
<br />

0 commit comments

Comments
 (0)