Document --global in more places.

This commit is contained in:
Jukka Jylanki
2014-09-17 10:09:18 +03:00
parent e26c839e82
commit 030dc264cc
2 changed files with 17 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ On Windows, you can directly install an old SDK version by using one of the arch
##### How do I change the currently active SDK version?
You can toggle between different tools and SDK versions by running `emsdk activate <tool/sdk name>`. Activating a tool will set up `~/.emscripten` to point to that particular tool.
You can toggle between different tools and SDK versions by running `emsdk activate <tool/sdk name>`. Activating a tool will set up `~/.emscripten` to point to that particular tool. On Windows, you can pass the option `--global` to the `activate` command to register the environment permanently to the system registry for all users.
##### How do I track the latest Emscripten development with the SDK?