From 9486b8cdcc55a86927240fe7b4802e3100f9d18f Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sun, 31 Mar 2024 16:46:23 +0200 Subject: [PATCH] =?UTF-8?q?README=20:=20suppression=20de=20deux=20mentions?= =?UTF-8?q?=20inutiles=20dans=20les=20d=C3=A9pendances?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c6b4f2e..2fd6a06 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,9 @@ From version 0.9.0, `qemush` is written in pure POSIX shell! The previous depend 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 -- 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 -- any text editor - used for builtin function to edit launching scripts ## Installation instructions