Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
peschee committed May 3, 2024
1 parent b4a8b96 commit 684c606
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ await $`echo Hello, ${name}.`;
- Mount `example.mjs` path and run:

```bash
docker run --rm -v "$(pwd):/tmp" peschee/docker-zx /tmp/example.mjs
docker build -t docker-zx .
docker run --rm -v "$(pwd):/tmp" docker-zx /tmp/example.mjs
```

0 comments on commit 684c606

Please sign in to comment.