From c35b0a7907de1535269876668c345ce944681804 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 6 Jun 2011 22:02:30 -0700 Subject: yet another docs batch --- docs/content/tutorial/step_00.ngdoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 docs/content/tutorial/step_00.ngdoc (limited to 'docs/content/tutorial/step_00.ngdoc') diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc old mode 100755 new mode 100644 index e97f4038..09b06109 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -8,7 +8,7 @@ -You are now ready to build the phone cat application. In this step, you will become familiar with +You are now ready to build the phonecat application. In this step, you will become familiar with the most important source code files, learn how to start the development servers bundled with angular-seed, and run the application in the browser. @@ -20,7 +20,7 @@ angular-seed, and run the application in the browser.
In angular-phonecat directory, run this command:
git checkout -f step-0
- This resets your workspace to Step 0 of the tutorial app.
+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 the number of the step you are on. This will cause any changes you made within your working directory to be lost.
Open msysGit 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.
+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 the number of the step you are on. This will cause any changes you made within your working directory to be lost.
In angular-phonecat directory, run this command:
./goto_step.sh 0
- This resets your workspace to Step 0 of the tutorial app.
+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 the number of the step you are on. This will cause any changes you made within your working directory to be lost.
Open windows command line and run this command (in angular-phonecat directory):
goto_step.bat 0
- This resets your workspace to Step 0 of the tutorial app.
+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 the number of the step you are on. This will cause any changes you made within your working directory to be lost.