From db8d8f9a4389c0de122d75ab42f0d75a1e558493 Mon Sep 17 00:00:00 2001 From: gdi2290 Date: Fri, 14 Jun 2013 11:40:56 -0700 Subject: docs(tutorial): add missing 'node' command and tags --- docs/content/tutorial/step_00.ngdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/content/tutorial/step_00.ngdoc') diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index 2667b92c..56ff93c1 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -13,7 +13,7 @@ angular-seed, and run the application in the browser.
    -
  1. In angular-phonecat directory, run this command:

    +
  2. In angular-phonecat directory, run this command:

    git checkout -f step-0

    This resets your workspace to step 0 of the tutorial app.

    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.

  3. For node.js users:
    1. In a separate terminal tab or window, run -./scripts/web-server.js to start the web server.
    2. +node ./scripts/web-server.js to start the web server.
    3. Open a browser window for the app and navigate to http://localhost:8000/app/index.html
    @@ -46,7 +46,7 @@ directory.
    1. -
    2. Open Git bash and run this command (in angular-phonecat directory):

      +
    3. Open Git bash and run this command (in angular-phonecat directory):

      git checkout -f step-0

      This resets your workspace to step 0 of the tutorial app.

      You must repeat this for every future step in the tutorial and change the number to -- cgit v1.2.3