Add Installation
commit
3b91f7947d
1 changed files with 26 additions and 0 deletions
26
Installation.md
Normal file
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
|
||||
```
|
||||
|
Loading…
Reference in a new issue