diff options
Diffstat (limited to 'docs/content/tutorial/index.ngdoc')
| -rw-r--r-- | docs/content/tutorial/index.ngdoc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 2d6cf43f..21adceb6 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -54,14 +54,14 @@ and follow the instructions for setting up your computer. <div class="tabbable" show="true"> <div class="tab-pane well" id="git-mac" title="Git on Mac/Linux"> <ol> - <li><p>You will need Node.js and Testacular to run unit tests, so please verify that you have + <li><p>You will need Node.js and Karma to run unit tests, so please verify that you have <a href="http://nodejs.org/">Node.js</a> v0.8 or better installed and that the <code>node</code> executable is on your <code>PATH</code> by running the following command in a terminal window:</p> <pre>node --version</pre> - <p>Additionally install <a href="http://vojtajina.github.com/testacular">Testacular</a> if you + <p>Additionally install <a href="http://karma-runner.github.io/">Karma</a> if you don't have it already:</p> - <pre>npm install -g testacular</pre> + <pre>npm install -g karma</pre> <li><p>You'll also need Git, which you can get from <a href="http://git-scm.com/download">the Git site</a>.</p></li> <li><p>Clone the angular-phonecat repository located at <a @@ -81,14 +81,14 @@ to run <code>scripts/web-server.js</code>, a simple bundled http server.</p></l <div class="tab-pane well" id="git-win" title="Git on Windows"> <ol> - <li><p>You will need Node.js and Testacular to run unit tests, so please verify that you have + <li><p>You will need Node.js and Karma to run unit tests, so please verify that you have <a href="http://nodejs.org/">Node.js</a> v0.8 or better installed and that the <code>node</code> executable is on your <code>PATH</code> by running the following command in a terminal window:</p> <pre>node --version</pre> - <p>Additionally install <a href="http://vojtajina.github.com/testacular">Testacular</a> if you + <p>Additionally install <a href="http://karma-runner.github.io/">Karma</a> if you don't have it already:</p> - <pre>npm install -g testacular</pre> + <pre>npm install -g karma</pre> </li> <li><p>You'll also need Git, which you can get from <a href="http://git-scm.com/download">the Git site</a>.</p></li> |
