From 0725c480888e43eeb898be0a4f4aa8b59ab6bfbf Mon Sep 17 00:00:00 2001 From: gabrielkheisa Date: Mon, 8 Apr 2024 01:08:38 +0700 Subject: [PATCH] update --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 7e36420..8ea4976 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,18 @@ docker run -d -e TOKEN= discord-badge ``` 4. Jump directly to step 12 and follow the remaining steps from the main instruction +### With pre-built Docker Image +1. Follow step 1 to 4 from the main instruction above +2. Pull the Docker image +```bash +docker pull ghcr.io/gabrielkheisa/discord-active-developer-badge/discord-badge:latest +``` +3. Run the container and insert your Discord bot token +```bash +docker run -d -e TOKEN= ghcr.io/gabrielkheisa/discord-active-developer-badge/discord-badge:latest +``` +4. Jump directly to step 12 and follow the remaining steps from the main instruction + **NOTE:** Make sure you have the “Use data to improve Discord” setting enabled under User Settings > Privacy & Safety otherwise you won't be able to be marked as eligible.