From 17186ee760c2759cdd2b2852736027ac5f3dc609 Mon Sep 17 00:00:00 2001 From: Lorenz Bauer Date: Wed, 22 Jan 2025 12:02:02 +0000 Subject: [PATCH] remove left over mention of docker from readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efb492d..4e8f5fa 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ vimto -kernel /path/to/vmlinuz -- go test . The tests are executed inside an ephemeral VM, with an [execution environment](docs/environment.md) which mimics the host. -It's possible to obtain the kernel from a container image (requires Docker). +It's possible to obtain the kernel from a container image. ```shell vimto -kernel example.org/reg/image:tag -- go test . @@ -75,4 +75,4 @@ Here is a non-exhaustive list of required Linux options: * `CONFIG_VIRTIO=y` * `CONFIG_VT=y` -[TOML]: https://toml.io/en/v1.0.0 \ No newline at end of file +[TOML]: https://toml.io/en/v1.0.0