From 37b0d41ec5457f26cc0f9a60ccb6cc1628de99c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Salavert=20Torres?= Date: Wed, 26 Apr 2023 16:42:01 +0200 Subject: [PATCH] Updated Working for Web (HTML5) (markdown) --- Working-for-Web-(HTML5).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-for-Web-(HTML5).md b/Working-for-Web-(HTML5).md index 029251c..a062cfc 100644 --- a/Working-for-Web-(HTML5).md +++ b/Working-for-Web-(HTML5).md @@ -21,7 +21,7 @@ Download [emscripten SDK](https://emscripten.org/docs/getting_started/downloads. `emsdk` requires [**Python**](https://www.python.org/downloads/) and [**Git**](https://git-scm.com/downloads) installed and accessible from system path to be called from `emsdk prompt`. -After decompression and installing required tools (and making sure `python` and `git` can be called from command line), go to `emsdk` installation folder and run `emcmdprompt.bat` (on Windows) or simply run the below commands from command-line on Linux. +After decompression and installing required tools (and making sure `python` and `git` can be called from command line), go to `emsdk` installation folder and run `emcmdprompt.bat` (on Windows, on Linux proceed to next step). Execute the following commands to install and activate latest emscripten tools: