Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Apr 22, 2024
1 parent cb8e6a2 commit ae915c9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ If you want to build RVMob for web, you'll need:

If you want to build RVMob for Android, you'll also need:

- JDK 17 ([Microsoft's build](https://learn.microsoft.com/en-gb/java/openjdk/download) works well),
- the latest Android SDK (preferably via [Android Studio](https://developer.android.com/studio)'s SDK Manager), and
- JDK 17 ([Microsoft's build](https://learn.microsoft.com/en-gb/java/openjdk/download) works well) and
- the latest Android SDK (preferably via [Android Studio](https://developer.android.com/studio)'s SDK Manager).

Then run the following:

Expand All @@ -59,8 +59,7 @@ yarn install
npx react-native-asset
# for web:
yarn web
# for android:
yarn android
# for android, run the following then press `a`:
yarn start
```

Expand Down

0 comments on commit ae915c9

Please sign in to comment.