Skip to content

Commit 2a24bc7

Browse files
docs: update README with 32-bit build instructions
Added build instructions for 32-bit devices.
1 parent 15a95e3 commit 2a24bc7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@ This is an experimental demo and may not function correctly in all scenarios.
33
To build, run:
44
```bash
55
cargo build --release --target aarch64-linux-android
6-
```
6+
```
7+
8+
or for `32-bit` devices
9+
10+
```bash
11+
cargo build --release --target armv7-linux-androideabi
12+
```

0 commit comments

Comments
 (0)