diff --git a/example/web/README.md b/example/web/README.md index 1b39fac95..6f137ec9c 100644 --- a/example/web/README.md +++ b/example/web/README.md @@ -6,7 +6,7 @@ You need a Unix shell with `sed`, `tar` and `wget` utilities to run the provided ## Building tdweb NPM package -* Install the latest [emsdk](https://kripken.github.io/emscripten-site/docs/getting_started/downloads.html). Do not use the system-provided `emscripten` package, because it contains a version that is too old. +* Install the 1.39.5 [emsdk](https://kripken.github.io/emscripten-site/docs/getting_started/downloads.html), which is known to work. Do not use the system-provided `emscripten` package, because it contains a version that is too old. * Install all `TDLib` build dependencies as described in [Building](https://github.com/tdlib/td#building). * Run `source ./emsdk_env.sh` from `emsdk` directory to set up the correct build environment. * On `macOS`, install the `coreutils` [Homebrew](https://brew.sh) package and replace `realpath` in scripts with `grealpath`: