summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/src/platforms/webasm.qdoc6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/src/platforms/webasm.qdoc b/doc/src/platforms/webasm.qdoc
index 2379ac2e3..2586153be 100644
--- a/doc/src/platforms/webasm.qdoc
+++ b/doc/src/platforms/webasm.qdoc
@@ -73,13 +73,9 @@ Use \c emsdk to install specific \c emscripten versions. For example, to install
it for Qt 5.13, enter:
\list
\li ./emsdk install sdk-fastcomp-1.38.27-64bit
- \li ./emsdk activate --embedded sdk-fastcomp-1.38.27-64bit
+ \li ./emsdk activate sdk-fastcomp-1.38.27-64bit
\endlist
-The \c --embedded option is useful if you want to install multiple versions of the SDK.
-It locates all configuration and cache files inside the SDK so that multiple versions
-do not conflict.
-
After installation, you should have emscripten in your path. Check this with the following command:
\badcode