From 938d10d96fb43e59257ef92a7baa9f0cc22eceb2 Mon Sep 17 00:00:00 2001 From: Cesium Date: Sat, 8 Nov 2025 20:41:49 -0500 Subject: [PATCH] better readme for docker --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b6e4e04..53183c1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # goofy discord torn bot -not actually anything useful, im just trying to learn javascript again - ## usage -hopefully `npm i` should just get the dependencies +edit `default.config.json` into `config.json` -and copy default.config.json to config.json and edit in at least the discord -token and torn api key, i forget if i use the other things at all lol \ No newline at end of file +copy `docker-compose.yml.default` to `docker.compose.yml` and tweak if needed + +if you have docker set up already, it should be good to spin up `docker-compose up -d`, +which should handle dependencies and all that \ No newline at end of file