mirror of
https://github.com/browsermt/bergamot-translator.git
synced 2024-11-04 05:58:24 +03:00
Update README.md
updating `--recursive` on wasm instructions too
This commit is contained in:
parent
f43dc33b03
commit
3a53a68444
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user