create README.md

This commit is contained in:
Rongrong 2020-10-26 02:26:36 +08:00
parent 9199e7fbd3
commit d6f9b33762
No known key found for this signature in database
GPG Key ID: A36C9CDA260CB264

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# SlashBot
## Usage
```sh
docker create \
--name [container name] \
--restart unless-stopped \
-e TOKEN=[bot token] \
rongronggg9/slashbot
```
```sh
docker start [container name]
```