We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b877a66 commit db01846Copy full SHA for db01846
1 file changed
README.md
@@ -40,8 +40,8 @@ See the docs:
40
```bash
41
git clone git@github.com:reactnativecn/react-native-update.git
42
cd react-native-pushy/Example/testHotUpdate
43
-yarn
44
-yarn start
+bun i
+bun start
45
```
46
47
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