Skip to content

Commit db01846

Browse files
authored
Update README to use bun instead of yarn
Replace 'yarn' commands with 'bun' commands in README.
1 parent b877a66 commit db01846

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ See the docs:
4040
```bash
4141
git clone git@github.com:reactnativecn/react-native-update.git
4242
cd react-native-pushy/Example/testHotUpdate
43-
yarn
44-
yarn start
43+
bun i
44+
bun start
4545
```
4646

4747
The local library is linked with `yarn link`, so you can modify the source files directly and debug with the `testHotUpdate` example project.

0 commit comments

Comments
 (0)