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.