Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 13, 2025
1 parent 74bb75d commit 678a323
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@

```sh
docker run -it pkgxdev/pkgx

# or, eg.
docker run pkgxdev/pkgx [email protected] node@22 start
```

Or in your `Dockerfile`:
Expand All @@ -60,10 +63,6 @@
RUN pkgx +node@16 npm start
```

{% hint style='info' %}
We also provide arm64 images for your Apple Silicon Mac.
{% endhint %}

> [hub.docker.com/r/pkgxdev/pkgx](https://hub.docker.com/r/pkgxdev/pkgx)
6. ## GitHub Actions
Expand Down

0 comments on commit 678a323

Please sign in to comment.