commit 3b91f7947db6e89053f6d780b8601318d498855e Author: ahoemann Date: Thu Nov 7 11:50:37 2024 +0000 Add Installation diff --git a/Installation.md b/Installation.md new file mode 100644 index 0000000..4f3d8be --- /dev/null +++ b/Installation.md @@ -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 +``` +