change README

This commit is contained in:
lyx0 2021-10-25 20:32:43 +02:00
parent 3c28f6f453
commit 54789f6481

View file

@ -2,10 +2,14 @@
Near future abandoned project in development. Near future abandoned project in development.
## Docker ### Docker:
Build: Build:
docker build -t nourybot . docker build -t nourybot .
Testing: Testing:
docker run -it --rm nourybot docker run -it --rm nourybot
Run: Run:
docker run -d --rm nourybot docker run -d --rm nourybot
### Make:
For build and run:
make xd