We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98c8dc commit 84074b0Copy full SHA for 84074b0
README.md
@@ -43,11 +43,7 @@ Other useful flags:
43
* the Rust toolchain
44
* cargo-ndk `cargo install cargo-ndk`
45
* protoc `brew install protobuf` or downloading [here](https://github.com/protocolbuffers/protobuf/releases)
46
-* android targets (e.g. `rustup target add \
47
- aarch64-linux-android \
48
- armv7-linux-androideabi \
49
- x86_64-linux-android \
50
- i686-linux-android`)
+* android targets (e.g. `rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android i686-linux-android`)
51
52
53
## License
0 commit comments