diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-07-17 22:11:13 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-07-17 22:11:13 +0300 |
| commit | 137c21a9e65bef2442e2374a7503af2f91b04bc5 (patch) | |
| tree | 900be4580ffe45db501f289d654dcd4d7da84e26 | |
| parent | 1a0d61b33c2365cf413bf584289058d0d9097377 (diff) | |
| download | kmi-137c21a9e65bef2442e2374a7503af2f91b04bc5.tar.gz kmi-137c21a9e65bef2442e2374a7503af2f91b04bc5.zip | |
replace run with check in README
| -rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -43,9 +43,7 @@ using essentially any precompiled u-boot as a bootloader, but requires some extra effort by the user to manage loading different parts to where they should go. See `docs/visionfive2.md` for an example. -+ `run`: Load a test program into `qemu` and run it. Requires some outside support at -the moment, please see [kmi-example](https://github.com/Kimplul/kmi-example). -This command might eventually be moved out of this repo. ++ `check`: Run tests. + `clean/clean_docs/clean_run/clean_all`: Clean compile artefacts, clean documentation artefacts, clean run artefacts and clean all artefacts, respectively. |
