From c5705311a9c54cad1f540dcd4840d66407f67c21 Mon Sep 17 00:00:00 2001 From: cketterling Date: Thu, 15 Oct 2015 17:03:34 -0700 Subject: [PATCH] docs(tutorial/0 - Bootstrapping): describe your change... Specified the project and location to start with. This was entirely non-obvious from the previous version. --- docs/content/tutorial/step_00.ngdoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index a3a913b4600c..da756b39ce94 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -10,6 +10,12 @@ You are now ready to build the AngularJS phonecat app. In this step, you will be 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. +First clone the `angular-phonecat` project: + +``` +git clone https://github.com/angular/angular-phonecat.git +``` + In `angular-phonecat` directory, run this command: