diff --git a/README.md b/README.md index 54f00b4..8d20b79 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,14 @@ No. `qemush` and `libvirt` are for different use cases. `qemush` will allow you ## Dependencies +From version 0.9.0, `qemush` is written in pure POSIX shell! The previous dependency on `bash` was removed in consequence. + All dependencies are common packages for a distribution, you'll be able to grab them from your favorite packages sources. - `qemu` - this is literally a QEMU wrapper so there's a chance you'll need it -- `bash` - the `qemush` interpreter +- A POSIX compliant shell - `bash` (POSIX mode), `*ash`, `*ksh` are POSIX shells - `coreutils` - used for basic OS operations - `sudo` - execute commands as `qemu` - `socat` - monitor machines via Unix sockets