Skip to content

Commit

Permalink
docker image in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-w4tch3r committed Jul 29, 2024
1 parent c6a7123 commit 1c4c981
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1c4c981

Please sign in to comment.