@@ -13,7 +13,7 @@ angular-seed, and run the application in the browser.
13
13
<div class="tabbable" show="true" ng-model="$cookies.platformPreference">
14
14
<div class="tab-pane well" id="git-mac" title="Git on Mac/Linux" value="gitUnix">
15
15
<ol>
16
- <li><p>In angular-phonecat directory, run this command:</p>
16
+ <li><p>In <code> angular-phonecat</code> directory, run this command:</p>
17
17
<pre>git checkout -f step-0</pre>
18
18
<p>This resets your workspace to step 0 of the tutorial app.</p>
19
19
<p>You must repeat this for every future step in the tutorial and change the number to
@@ -25,7 +25,7 @@ angular-seed, and run the application in the browser.
25
25
<li><b>For node.js users:</b>
26
26
<ol>
27
27
<li>In a <i>separate</i> terminal tab or window, run
28
- <code>./scripts/web-server.js</code> to start the web server.</li>
28
+ <code>node ./scripts/web-server.js</code> to start the web server.</li>
29
29
<li>Open a browser window for the app and navigate to <a
30
30
href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li>
31
31
</ol>
@@ -46,7 +46,7 @@ directory.</li>
46
46
47
47
<div class="tab-pane well" id="git-win" title="Git on Windows" value="gitWin">
48
48
<ol>
49
- <li><p>Open Git bash and run this command (in angular-phonecat directory):</p>
49
+ <li><p>Open Git bash and run this command (in <code> angular-phonecat</code> directory):</p>
50
50
<pre>git checkout -f step-0</pre>
51
51
<p>This resets your workspace to step 0 of the tutorial app.</p>
52
52
<p>You must repeat this for every future step in the tutorial and change the number to
0 commit comments