You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs: improve writings on docs/getting_started (#24014)
- Change "Windows 8" to just "Windows"
- Change "start screen" to "start menu" (as it's more common in many versions of Windows)
- Improve grammar
- Fix typo
<platform-notes-installation_instructions-SDK>` below and install any
21
21
prerequisites.
22
22
23
23
The core Emscripten SDK (emsdk) driver is a Python script. You can get it for
24
-
the first time with
24
+
the first time with:
25
25
26
26
::
27
27
@@ -52,7 +52,7 @@ GitHub and set them as :term:`active <Active Tool/SDK>`:
52
52
# Activate PATH and other environment variables in the current terminal
53
53
source ./emsdk_env.sh
54
54
55
-
.. tip:: If you want to avoid executing `source ./emsdk_env.sh` every time you open a new terminal you can follow the instructions given by the `emsdk activate` command above to add this command to your startup scripts.
55
+
.. tip:: If you want to avoid executing `source ./emsdk_env.sh` every time you open a new terminal, you can follow the instructions given by the `emsdk activate` command above to add this command to your startup scripts.
56
56
57
57
.. note:: On Windows, run ``emsdk.bat`` instead of ``./emsdk``, and ``emsdk_env.bat`` instead of ``source ./emsdk_env.sh``.
58
58
@@ -67,7 +67,7 @@ commands.
67
67
Emsdk install targets
68
68
---------------------
69
69
70
-
In the description above we asked the emsdk to install and activate ``latest``,
70
+
In the description above, we asked the emsdk to install and activate ``latest``,
71
71
which is the latest tagged release. That is often what you want.
72
72
73
73
You can also install a specific version by specifying it, for example,
@@ -101,7 +101,7 @@ target, and note that you must specify the backend explicitly,
101
101
# Get a tip-of-tree
102
102
./emsdk install tot
103
103
104
-
(In the above examples we installed the various targets; remember to also
104
+
(In the above examples, we installed the various targets; remember to also
105
105
``activate`` them as in the full example from earlier.)
106
106
107
107
.. _platform-notes-installation_instructions-SDK:
@@ -122,8 +122,8 @@ macOS
122
122
123
123
.. note:: Emscripten requires macOS 10.14 Mojave or above.
124
124
125
-
If you use the Emscripten SDK it includes a bundled version of Python 3.
126
-
Otherwise you will need to manually install and use Python 3.6 or newer.
125
+
If you use the Emscripten SDK, it includes a bundled version of Python 3.
126
+
Otherwise, you will need to manually install and use Python 3.6 or newer.
127
127
128
128
These instructions explain how to install **all** the :ref:`required tools
129
129
<toolchain-what-you-need>`. You can :ref:`test whether some of these are already
0 commit comments