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 +```