diff options
Diffstat (limited to 'readme.md')
-rwxr-xr-x | readme.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,7 +1,6 @@ # /u/SmallYTChannelBot Source Code -The source code for /u/SmallYTChannelBot. This is a WIP branch that uses MySQL -instead of SQLite3 and is designed to work in a docker container. +The source code for /u/SmallYTChannelBot. # Docker @@ -9,8 +8,6 @@ instead of SQLite3 and is designed to work in a docker container. - Edit the configuration file and rename -- If applicable, download the newest SQLite3 database and run the migration script - - Build the image: `sudo docker build -t smallytchannelbot:latest .` |