From 1f68ddc65926ca8963667015af3473ab478fb4fb Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Mon, 9 Sep 2019 09:02:26 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 590338047a..bba20e7fa7 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ curl https://sh.rustup.rs -sSf | sh Then simply clone this project and `cargo build` To develop on the web assembly side you can run `yarn serve` then go to `http://localhost:8080` +#### VSCode and Dockerfile + +If you don't want to install everything on your machine, you can use the Dockerfile. +Start VSCode in container mode (you may need the docker container plugin) and use the Dockerfile. + #### Web Assembly This interpreter can be exposed to javascript!