From eae0784b9a241c4f53babd0a949aade7c54cc003 Mon Sep 17 00:00:00 2001 From: stone-w4tch3r <100294019+stone-w4tch3r@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:24:07 +0500 Subject: [PATCH] minor fixes in docker usage Signed-off-by: stone-w4tch3r <100294019+stone-w4tch3r@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b1b95b..c956cf8 100644 --- a/README.md +++ b/README.md @@ -176,14 +176,14 @@ 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/tw93/Pake \ + ghcr.io/tw93/pake \ # For example: docker run -it --rm \ -v ./packages:/output \ - ghcr.io/tw93/Pake \ - https://example.com --name MyApp --icon ./icon.png + ghcr.io/tw93/pake \ + https://example.com --name myapp --icon ./icon.png ``` If you are new to the command line, you can compile packages online with _GitHub Actions_. See the [Tutorial]() for more information.