From ae915c95d1df3a43c5e3eb1bb36d9133202946d6 Mon Sep 17 00:00:00 2001 From: Rexogamer Date: Mon, 22 Apr 2024 23:21:44 +0100 Subject: [PATCH] chore: update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ccdfb703..ff9678ed 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 ```