Skip to content

Commit 684c606

Browse files
committed
Improve README
1 parent b4a8b96 commit 684c606

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ await $`echo Hello, ${name}.`;
2626
- Mount `example.mjs` path and run:
2727

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

0 commit comments

Comments
 (0)