From a1369b3520c1202f539ad5788b51d65b174ad40e Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Tue, 21 Nov 2023 00:01:52 +0100 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d3c8fe0..e945261 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ please note that android support is highly experimental!\ gamepad, mouse input is currently borked, and proper touch controls are not available.\ srgb and blending are broken too, which leads to many rendering issues -prerequisites: Android SDK, command line tools, NDK, platform-tools, latest JDK\ -(make sure that your $PATH variable is configured properly) +prerequisites: Android SDK, NDK, command line tools, platform-tools, latest JDK\ +(make sure that your `PATH`, `ANDROID_HOME` and `ANDROID_NDK_ROOT` variables are configured properly) **Setup:** @@ -77,10 +77,10 @@ Mouse input is not implemented, touch only! cargo apk build -p kubi --lib --no-default-features ``` -**Run:** +**Run on device (using adb):** ```bash -cargo apk run -p kubi --no-default-features +cargo apk run -p kubi --lib --no-default-features ```

touch controls