From 2fc6555b15ff680f86c9e9f6edc945d021590356 Mon Sep 17 00:00:00 2001 From: stone-w4tch3r <100294019+stone-w4tch3r@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:21:55 +0500 Subject: [PATCH] changed image name in readme Signed-off-by: stone-w4tch3r <100294019+stone-w4tch3r@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 661c542..5b1b95b 100644 --- a/README.md +++ b/README.md @@ -176,13 +176,13 @@ pake https://weekly.tw93.fun --name Weekly --hide-title-bar # On Linux, you can run the Pake CLI via Docker docker run -it --rm \ # Run interactively, remove container after exit -v YOUR_DIR:/output \ # Files from container's /output will be in YOU_DIR - ghcr.io/stone-w4tch3r/pakefork \ + ghcr.io/tw93/Pake \ # For example: docker run -it --rm \ -v ./packages:/output \ - ghcr.io/stone-w4tch3r/pakefork \ + ghcr.io/tw93/Pake \ https://example.com --name MyApp --icon ./icon.png ```