From cab3f667e04dea73087d92a7fa42fb22fa7a3970 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