From 613ac1e2898c82bec590d6ae52f72eac145841c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Thu, 5 Sep 2013 19:54:50 +0300 Subject: [PATCH] Fix syntax in OSX instructions. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31186b1..6eb8e43 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Mac OS X: 1. Download [emsdk](http://clb.demon.fi/emscripten/emsdk) (.py script) and place it to a directory you want to locate the Emscripten SDK into. 2. In command line, make the emsdk script executable by typing `chmod +x emsdk` in the directory you placed the script into. -3. Run `emsdk update`. This will fetch the latest registry of available tools. -4. Run `emsdk install latest`. This will download and install the latest SDK tools. -5. Run `emsdk activate latest`. This will set up ~/.emscripten to point to the SDK. +3. Run `./emsdk update`. This will fetch the latest registry of available tools. +4. Run `./emsdk install latest`. This will download and install the latest SDK tools. +5. Run `./emsdk activate latest`. This will set up ~/.emscripten to point to the SDK. Windows: Installing using the NSIS Installer -----------------------------------