Skip to content

Commit 7ca05d2

Browse files
authored
Upgrade to emsdk 3.1.73 InstallationAndUsage.rst
1 parent 32e0102 commit 7ca05d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/InstallationAndUsage.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ These instructions will assume you have cmake installed on your system. First cl
5151
cd ./xeus-cpp
5252
5353
54-
You'll now want to make sure you're using emsdk version "3.1.45" and activate it. You can get this by executing the following
54+
You'll now want to make sure you're using emsdk version "3.1.73" and activate it. You can get this by executing the following
5555

5656
.. code-block:: bash
5757
cd $HOME
5858
git clone https://github.com/emscripten-core/emsdk.git
5959
cd emsdk
60-
./emsdk install 3.1.45
61-
./emsdk activate 3.1.45
60+
./emsdk install 3.1.73
61+
./emsdk activate 3.1.73
6262
source $HOME/emsdk/emsdk_env.sh
6363
6464

0 commit comments

Comments
 (0)