Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 33713de

Browse files
committed
docs(tutorial/0 - Bootstrapping): mention that the setup must be completed
Closes #13106
1 parent 17715fa commit 33713de

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/content/tutorial/step_00.ngdoc

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
<ul doc-tutorial-nav="0"></ul>
77

88

9-
You are now ready to build the AngularJS phonecat app. In this step, you will become familiar
10-
with the most important source code files, learn how to start the development servers bundled with
9+
In this step of the tutorial, you will become familiar with the most important source code files of
10+
the AngularJS phonecat app. You will also learn how to start the development servers bundled with
1111
angular-seed, and run the application in the browser.
1212

13+
Before you continue, make sure you have set up your development environment and installed all necessary
14+
dependencies, as described in {@link tutorial/index#get-started Get Started}.
1315

14-
In `angular-phonecat` directory, run this command:
16+
In the `angular-phonecat` directory, run this command:
1517

1618
```
1719
git checkout -f step-0

0 commit comments

Comments
 (0)