Skip to content

Commit

Permalink
docs: clarify submodule init step for library development in README
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbrown committed Sep 25, 2014
1 parent 20555a8 commit 5d54a01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ To get started even faster, try the [famous-angular-starter](https://github.com/


####Thereafter:
Install the frontend dependencies inside of your example folder.
Clone the submodules and install the frontend dependencies inside of your example folder.

`git submodule update --init --recursive`

`cd famous-angular-examples`

Expand Down

0 comments on commit 5d54a01

Please sign in to comment.