diff --git a/README.md b/README.md index 04dda6d..14052a4 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,14 @@ Near future abandoned project in development. -## Docker +### Docker: Build: - docker build -t nourybot . + docker build -t nourybot . Testing: - docker run -it --rm nourybot + docker run -it --rm nourybot Run: - docker run -d --rm nourybot + docker run -d --rm nourybot + +### Make: + For build and run: + make xd \ No newline at end of file