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/index.ngdoc | 8 ++++---- docs/content/tutorial/step_00.ngdoc | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/content/tutorial') diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 4a81177d..25390621 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -72,7 +72,7 @@ directory.

  • Change your current directory to angular-phonecat:

    cd angular-phonecat
    -

    The tutorial instructions assume you are running all commands from the angular-phonecat +

    The tutorial instructions assume you are running all commands from the angular-phonecat directory.

  • You will need an http server running on your system. Mac and Linux machines typically have Apache pre-installed, but If you don't already have one installed, you can use node @@ -96,10 +96,10 @@

  • Clone the angular-phonecat repository located at Github by running the following command:

    git clone git://github.com/angular/angular-phonecat.git
    -

    This command creates the angular-phonecat directory in your current directory.

  • -
  • Change your current directory to angular-phonecat.

    +

    This command creates the angular-phonecat directory in your current directory.

  • +
  • Change your current directory to angular-phonecat:

    cd angular-phonecat
    -

    The tutorial instructions assume you are running all commands from the angular-phonecat +

    The tutorial instructions assume you are running all commands from the angular-phonecat directory.

    You should run all git commands from Git bash.

    Other commands like test.bat or e2e-test.bat should be 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