summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 400cca3d53..3ca458a15f 100644
--- a/README.md
+++ b/README.md
@@ -252,7 +252,7 @@ to do that before starting the GUI.
Build the Rust daemon with:
```bash
-. env.sh "android"
+. env.sh "aarch64-linux-android"
cargo build --target aarch64-linux-android --release
```