Skip to content

Commit 84074b0

Browse files
committed
README: fix instructions for installing target arches
The literal `\`s were not formatted well
1 parent b98c8dc commit 84074b0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,7 @@ Other useful flags:
4343
* the Rust toolchain
4444
* cargo-ndk `cargo install cargo-ndk`
4545
* 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`)
46+
* android targets (e.g. `rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android i686-linux-android`)
5147

5248

5349
## License

0 commit comments

Comments
 (0)