Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d219442

Browse files
PatrickJSpetebacondarwin
authored andcommitted
docs(tutorial): add missing 'node' command and <code> tags
1 parent 2b33be4 commit d219442

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

docs/content/misc/started.ngdoc

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ becoming an Angular expert.
1919
##Watch Videos
2020

2121
If you haven’t had a chance to watch the videos from the homepage, please check out:
22+
2223
* {@link http://www.youtube.com/watch?v=WuiHuZq_cg4&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D Introduction to AngularJS}
2324
* {@link http://www.youtube.com/watch?v=Yg-R1gchccg&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D Creating Directives}
2425
* {@link http://www.youtube.com/watch?v=IRelx4-ISbs&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D Communicating with Servers}

docs/content/tutorial/index.ngdoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
directory.</p></li>
7373
<li><p>Change your current directory to <code>angular-phonecat</code>:</p>
7474
<pre>cd angular-phonecat</pre>
75-
<p>The tutorial instructions assume you are running all commands from the angular-phonecat
75+
<p>The tutorial instructions assume you are running all commands from the <code>angular-phonecat</code>
7676
directory.</p></li>
7777
<li><p>You will need an http server running on your system. Mac and Linux machines typically
7878
have Apache pre-installed, but If you don't already have one installed, you can use <code>node</code>
@@ -96,10 +96,10 @@
9696
<li><p>Clone the angular-phonecat repository located at <a
9797
href="https://github.com/angular/angular-phonecat">Github</a> by running the following command:</p>
9898
<pre>git clone git://github.com/angular/angular-phonecat.git</pre>
99-
<p>This command creates the angular-phonecat directory in your current directory.</p></li>
100-
<li><p>Change your current directory to angular-phonecat.</p>
99+
<p>This command creates the <code>angular-phonecat</code> directory in your current directory.</p></li>
100+
<li><p>Change your current directory to <code>angular-phonecat</code>:</p>
101101
<pre>cd angular-phonecat</pre>
102-
<p>The tutorial instructions assume you are running all commands from the angular-phonecat
102+
<p>The tutorial instructions assume you are running all commands from the <code>angular-phonecat</code>
103103
directory.</p>
104104
<p>You should run all <code>git</code> commands from Git bash.</p>
105105
<p>Other commands like <code>test.bat</code> or <code>e2e-test.bat</code> should be

docs/content/tutorial/step_00.ngdoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ angular-seed, and run the application in the browser.
1313
<div class="tabbable" show="true" ng-model="$cookies.platformPreference">
1414
<div class="tab-pane well" id="git-mac" title="Git on Mac/Linux" value="gitUnix">
1515
<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>
1717
<pre>git checkout -f step-0</pre>
1818
<p>This resets your workspace to step 0 of the tutorial app.</p>
1919
<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.
2525
<li><b>For node.js users:</b>
2626
<ol>
2727
<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>
2929
<li>Open a browser window for the app and navigate to <a
3030
href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li>
3131
</ol>
@@ -46,7 +46,7 @@ directory.</li>
4646

4747
<div class="tab-pane well" id="git-win" title="Git on Windows" value="gitWin">
4848
<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>
5050
<pre>git checkout -f step-0</pre>
5151
<p>This resets your workspace to step 0 of the tutorial app.</p>
5252
<p>You must repeat this for every future step in the tutorial and change the number to

0 commit comments

Comments
 (0)