]> git.seodisparate.com - jumpartifact.com_demo_0/commitdiff
Update README.md
authorStephen Seo <seo.disparate@gmail.com>
Thu, 10 Aug 2023 07:29:30 +0000 (16:29 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 10 Aug 2023 07:29:30 +0000 (16:29 +0900)
README.md

index 8a0c276b893fca2dab43111017742529f9d7dcb3..849f3701323c356f9eafcedf272cfdef8631b07c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,8 +12,8 @@ Clone `https://github.com/emscripten-core/emsdk.git` to `${HOME}/git/emsdk`, and
 run the following commands in the cloned directory:
 
     git checkout 3.1.44
-    ./emsdk install latest
-    ./emsdk activate latest
+    ./emsdk install 3.1.44
+    ./emsdk activate 3.1.44
 
 Now you can use emsdk by sourcing the `emsdk_env.sh` file and using emcc/em++.
 The Makefile in `wasm_build/` should now "just work" with `make`.