From 207ab639af9180f972b2f73a0090210d65f752ce Mon Sep 17 00:00:00 2001 From: Achraf RRAMI <51409801+rramiachraf@users.noreply.github.com> Date: Wed, 13 Mar 2024 23:43:36 +0000 Subject: [PATCH] docs: update Docker image instructions --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1086953..c2380ea 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,10 @@ With the massive daily increase of useless scripts on Genius's web frontend, and ## Installation & Usage ### Docker ```bash -git clone https://github.com/rramiachraf/dumb -cd dumb -docker buildx build -t dumb . -docker run -p 8080:5555 --name dumb dumb +docker run -p 8080:5555 --name dumb ghcr.io/rramiachraf/dumb:latest ``` -### Without Docker +### Build from source [Go 1.20+](https://go.dev/dl) is required. ```bash git clone https://github.com/rramiachraf/dumb