Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 3cf330f

Browse files
committed
Add reference to quick start docker image, closes #91 [skip ci]
1 parent 5d7c3e4 commit 3cf330f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ echo $result->value(), PHP_EOL;
8181
which will output `Hello, World!`. See how it's shorter and more readable than [that C++ version][v8-hello-world]?
8282
And it also doesn't limit you from V8 API utilizing to implement more amazing stuff.
8383

84+
## Quick start
85+
86+
You can try php-v8 in `pinepain/php-v8`: `docker run -it pinepain/php-v8 bash -c "php test.php"`
8487

8588
## Stub files
8689

0 commit comments

Comments
 (0)