diff --git a/Working-for-Web-(HTML5).md b/Working-for-Web-(HTML5).md
index 02c92cb..d91d04a 100644
--- a/Working-for-Web-(HTML5).md
+++ b/Working-for-Web-(HTML5).md
@@ -220,6 +220,12 @@ Finally, access your game in the browser using:
localhost:8080/project_name.html
+Alternatively, if you have the emscripten binaries in your path, you can run the following command
+```
+emrun project_name.html
+```
+And this will be the equivalent to writing the `wasm-server.py` program.
+
### Building with CLion/CMake/Emscripten for Web
Use the following **CMake options** (find them under **CLion > Preferences > Build,Execution,Deployment > CMake**)