diff --git a/README.md b/README.md index d6818678640b3fd3f662ffe1faa724acf2734930..ace4cc539adf56d3dedb820fb09c766e06421688 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,20 @@ - Download even more malicious stuff from remote address - Hide malicious process from ps - profit :thumbsup: :thumbsup: + +## Use instruction + +### Startup + +```bash +docker compose up --build +``` + +### restartup + +First delete **all** images + +```bash +docker image rm $(docker images -q) +``` +