Update README.md

updating  `--recursive`  on wasm instructions too
This commit is contained in:
Andre Natal 2021-02-12 15:41:17 -08:00 committed by GitHub
parent f43dc33b03
commit 3a53a68444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ make -j
To compile WASM, first download and Install Emscripten using following instructions:
1. Get the latest sdk: `git clone https://github.com/emscripten-core/emsdk.git`
1. Get the latest sdk: `git clone --recursive https://github.com/emscripten-core/emsdk.git`
2. Enter the cloned directory: `cd emsdk`
3. Install the lastest sdk tools: `./emsdk install latest`
4. Activate the latest sdk tools: `./emsdk activate latest`