Yeah, would you prefer it like this?
diff --git a/ci/README.md b/ci/README.md
index ab5e6ce866..16310b7703 100644
--- a/ci/README.md
+++ b/ci/README.md
@@ -26,13 +26,19 @@ To run the test stage with a specific configuration,
FILE_ENV="./ci/test/00_setup_env_arm.sh" ./ci/test_run_all.sh
```
-The ci automatically prunes all dangling docker images every time it runs. If you want to perform
-the cleanup manually (e.g. if you won't be running the ci again), you can run
+The ci automatically prunes all dangling (i.e. unused) docker images every time it runs. To do this
+manually, run
```sh
docker image prune --force --filter "label=bitcoin-ci-test"
```
+To also remove the used images (e.g. if you're not planning on running the ci again), run
+
+```sh
+docker rmi -f $(docker images -q -a --filter "label=bitcoin-ci-test")
+```
+
### Configurations
The test files (`FILE_ENV`) are constructed to test a wide range of