diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index a3a913b4600..da756b39ce9 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: