A few cspell tweaks for markdown docs

This commit is contained in:
Simon Hausmann 2021-07-01 11:21:38 +02:00
parent 5b1be43952
commit 88b8be0da5
2 changed files with 13 additions and 0 deletions

View file

@ -56,12 +56,15 @@ show how to compile:
Install the Rust targe toolchain once:
<!-- cSpell:disable -->
```sh
rustup target add aarch64-unknown-linux-gnu
```
<!-- cSpell:enable -->
Set up the environment and build:
<!-- cSpell:disable -->
```sh
. /path/to/yocto/sdk/environment-setup-cortexa53-crypto-poky-linux
cd sixtyfps
@ -71,6 +74,7 @@ cmake -DRust_CARGO_TARGET=aarch64-unknown-linux-gnu -DCMAKE_INSTALL_PREFIX=/sixt
cmake --build .
cmake --install .
```
<!-- cSpell:enable -->
## Binary Packages