summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7fd9fb3..98d7bab 100644
--- a/README.md
+++ b/README.md
@@ -25,9 +25,7 @@ cargo build --release --path game
Web builds require the [emscripten](https://emscripten.org/docs/getting_started/downloads.html) toolchain.
-Download emscripten, and make sure its added into your path.
-
-If you having build issues, make sure `EMSDK` is set to the library path of the toolchain. If you continue to have issues try installing emscripten though the git repo and the `emsdk` script.
+Download emscripten, and make sure `emcc` is in your path.
To build for web, invoke the makefile. The output website will be in `dist`.