aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-07-17 22:11:13 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-07-17 22:11:13 +0300
commit137c21a9e65bef2442e2374a7503af2f91b04bc5 (patch)
tree900be4580ffe45db501f289d654dcd4d7da84e26 /README.md
parent1a0d61b33c2365cf413bf584289058d0d9097377 (diff)
downloadkmi-137c21a9e65bef2442e2374a7503af2f91b04bc5.tar.gz
kmi-137c21a9e65bef2442e2374a7503af2f91b04bc5.zip
replace run with check in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index e1cd151..a4ca05d 100644
--- a/README.md
+++ b/README.md
@@ -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.