docker image in readme

This commit is contained in:
stone-w4tch3r
2024-07-29 22:12:59 +05:00
parent c6a7123fed
commit 1c4c9818d7

View File

@@ -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 \
<arguments>
# 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](<https://github.com/tw93/Pake/wiki/Online-Compilation-(used-by-ordinary-users)>) for more information.