mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-09 17:18:41 -06:00
remove notes about nightly from android
This commit is contained in:
parent
01cf42b2bf
commit
e4ce6f290e
|
@ -61,16 +61,12 @@ Build:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo apk build -p kubi --no-default-features
|
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:
|
Run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo apk run -p kubi --features nightly
|
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
|
|
||||||
```
|
```
|
||||||
|
|
||||||
<h2>mutiplayer</h2>
|
<h2>mutiplayer</h2>
|
||||||
|
|
Loading…
Reference in a new issue