Polish OSDK documentation

This commit is contained in:
Jianfeng Jiang
2024-05-22 06:04:36 +00:00
committed by Tate, Hongliang Tian
parent 07caaa5b3f
commit 1391ff59f2
20 changed files with 253 additions and 164 deletions

View File

@ -20,9 +20,9 @@ Refer to the [documentation](build.md) of `cargo osdk build`
for more details.
## Examples
- Execute tests containing foo in their names
with q35 as the QEMU machine type:
- Execute tests that include *foo* in their names
using QEMU with 3GB of memory
```bash
cargo osdk test foo --qemu.machine="q35"
cargo osdk test foo --qemu-args="-m 3G"
```