diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-06-19 16:20:35 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-06-19 16:20:35 +0200 |
commit | a56cbe5426f6958d0faabd82ba2a689abbee43e8 (patch) | |
tree | 912c5e26c124d846c1d8f0faa655ac9f0cc9a347 /js | |
parent | Put back server.pem (diff) | |
download | ice-a56cbe5426f6958d0faabd82ba2a689abbee43e8.tar.bz2 ice-a56cbe5426f6958d0faabd82ba2a689abbee43e8.tar.xz ice-a56cbe5426f6958d0faabd82ba2a689abbee43e8.zip |
BuildInstruction fixes
- Hard-wrapped lines to 80 cols
- Added OSX instruction for Ruby
Diffstat (limited to 'js')
-rw-r--r-- | js/BuildInstructions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/BuildInstructions.md b/js/BuildInstructions.md index 56ad683ca61..aba9cb3f87d 100644 --- a/js/BuildInstructions.md +++ b/js/BuildInstructions.md @@ -51,8 +51,8 @@ To start the browser tests run: > npm run gulp:test:run-with-browser This requires that you build the Java test controller from the Java subdirectory -and test servers from C++, C# or Java. Follow the instructions from the corresponding -language mapping to build the tests and the server controller. +and test servers from C++, C# or Java. Follow the instructions from the +corresponding language mapping to build the tests and the server controller. In OS X the first time you run the script, you will be prompted for your password. This is necessary to configure the trust setting for the HTTP |