From 14c87432076b0e574dfd07724dbb352e033c415a Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Mon, 4 Dec 2023 22:43:58 +0100 Subject: [PATCH] README : documentation de `qemush ls` --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 64c118f..2ba9f16 100644 --- a/README.md +++ b/README.md @@ -108,3 +108,9 @@ You can launch any machine with the following command : ```sh qemush start "$name" ``` + +You can also list all available virtual machines by running this command : + +```sh +qemush ls +```