From 1c4c9818d706e1df0682e2351a7d6e83f535560f Mon Sep 17 00:00:00 2001 From: stone-w4tch3r <100294019+stone-w4tch3r@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:12:59 +0500 Subject: [PATCH] docker image in readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f1e5055..661c542 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,18 @@ pake url [OPTIONS]... # Feel free to play with Pake! It might take a while to prepare the environment the first time you launch Pake. 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 \ + + +# For example: +docker run -it --rm \ + -v ./packages:/output \ + ghcr.io/stone-w4tch3r/pakefork \ + 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.