Shemum/README.md

27 lines
216 B
Markdown
Raw Normal View History

# (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
```