From cee867f91f192e4c53e2c4259fd3e2e597b89543 Mon Sep 17 00:00:00 2001 From: Brad Lilley Date: Thu, 23 Jan 2020 12:30:27 -0600 Subject: [PATCH] Fix Pre-built binaries Docker Hub link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55ed233..79bdb73 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Pre-built binaries ------------------ For some very first steps, instead of compiling manually you might want to try out the [V8Js docker -image](https://registry.hub.docker.com/u/stesie/v8js/). It has v8, v8js and php-cli pre-installed +image](https://registry.hub.docker.com/r/stesie/v8js/). It has v8, v8js and php-cli pre-installed so you can give it a try with PHP in "interactive mode". There is no Apache, etc. running however. For Ubuntu @stesie has a PPA, based on prior work by @pinepain.