Skip to content

Commit 68bdf8d

Browse files
hoodmanehugovk
andauthored
Fix clone step
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 553c856 commit 68bdf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/setup-building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ The simplest way to install the Emscripten compiler is:
482482
.. code-block:: sh
483483
484484
# Install Emscripten
485-
git clone emscripten/emsdk
485+
git clone https://github.com/emscripten-core/emsdk
486486
./emsdk/emsdk install 4.0.5
487487
./emsdk/emsdk activate 4.0.5
488488
source ./emsdk/emsdk_env.sh

0 commit comments

Comments
 (0)