README : suppression de deux mentions inutiles dans les dépendances

This commit is contained in:
Ahurac 2024-03-31 16:46:23 +02:00
parent 35fc4420e7
commit 9486b8cdcc

View file

@ -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. 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 - `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 - `coreutils` - used for basic OS operations
- `sudo` - execute commands as `qemu` - `sudo` - execute commands as `qemu`
- `socat` - monitor machines via Unix sockets - `socat` - monitor machines via Unix sockets
- any text editor - used for builtin function to edit launching scripts
## Installation instructions ## Installation instructions