Skip to content

Commit 0a93ff9

Browse files
Update README.md
1 parent 907f892 commit 0a93ff9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,17 @@ date time type title description location eventTime URL thumbnailURL imageURL
1919

2020
---
2121

22-
## How to run the bot
22+
## How to run the bot (locally)
2323

2424
1. clone the repo locally
2525
2. create a Google Cloud application and enable the sheets API, download the auth file, and place it in the repo
2626
3. edit the `.env.example` file by adding the bot token and other necessary config data and renaming it to `.env`
2727
4. in a terminal, run `npm run start` or `npm run dev` (if you're actively developing)
2828

29+
## How to run the bot (Docker)
30+
31+
1. pull Docker image
32+
2. pass in the environment variables and mount the auth file
33+
3. spin up the container
34+
2935
---

0 commit comments

Comments
 (0)