From d2ba3481d09b6fff38038f1c754418919f45af0f Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 2 Jul 2025 02:48:09 +0200 Subject: [PATCH] Update README.md [skip ci] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 79c9300..fb691ad 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # [isle.pizza](https://isle.pizza) frontend This is a custom frontend for the Emscripten port of [isle-portable](https://github.com/isledecomp/isle-portable). To use this, build the Emscripten version of the game and couple `isle.js` as well as `isle.wasm` with the files in this repository, and open `index.html`. + +[A Docker image that bundles the runtime with this frontend is also available](https://github.com/isledecomp/isle-portable/wiki/Installation#web-port-emscripten).