mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
change README
This commit is contained in:
parent
3c28f6f453
commit
54789f6481
1 changed files with 8 additions and 4 deletions
12
README.md
12
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
|
Loading…
Reference in a new issue