Add Installation

ahoemann 2024-11-07 11:50:37 +00:00
commit 3b91f7947d

26
Installation.md Normal file

@ -0,0 +1,26 @@
# (Sh)ell (Emu)lator (M)anager
## Dependencies
* qemu
* curl
* sh
* syslog
- logger
* make
## Installation
To install shemum:
```sh
make install
```
## Deinstallation
To remove shemum:
```sh
make clean
```