From c33b00f98bc155c8577003c1759cd1eba65ab224 Mon Sep 17 00:00:00 2001 From: Kevin Boos <1139460+kevinaboos@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:14:16 -0800 Subject: [PATCH] Fix README.md formatting --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 12f7afac..617285b7 100644 --- a/README.md +++ b/README.md @@ -24,22 +24,22 @@ cargo run -- 'USERNAME' 'PASSWORD' ['HOMESERVER_URL'] ### Building Robrix for Android 1. Install the `cargo-makepad` build tool: -```sh -cargo install --force --git https://github.com/makepad/makepad.git --branch rik cargo-makepad -``` + ```sh + cargo install --force --git https://github.com/makepad/makepad.git --branch rik cargo-makepad + ``` 2. Use `cargo-makepad` to install the Android toolchain, with the full NDK: -```sh -cargo makepad android install-toolchain --full-ndk -``` + ```sh + cargo makepad android install-toolchain --full-ndk + ``` 3. Build and run Robrix using `cargo-makepad`: * Fill in your username and password in the [`login.toml`](login.toml) file. - ```sh - cargo makepad android run -p robrix --release - ``` + ```sh + cargo makepad android run -p robrix --release + ``` * You'll need to connect a physical Android device with developer options enabled, or start up an emulator using Android Studio. - > API version 33 or higher is required, which is Android 13 and up. + * API version 33 or higher is required, which is Android 13 and up. ## Feature status tracker