From e4ce6f290e9450f760775e76caceddc896b19398 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Sun, 4 Jun 2023 15:31:23 +0200 Subject: [PATCH] remove notes about nightly from android --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 4564541..3672f7c 100644 --- a/README.md +++ b/README.md @@ -61,16 +61,12 @@ Build: ```bash cargo apk build -p kubi --no-default-features -# or, in release mode, with nighly optimizations: -cargo +nightly apk build -p kubi --no-default-features --features nightly --release ``` Run: ```bash cargo apk run -p kubi --features nightly -# or, in release mode, with nighly optimizations: -cargo +nightly apk run -p kubi --no-default-features --features nightly --release ```

mutiplayer