Skip to content

Commit

Permalink
git submodule steps added
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Sep 11, 2012
1 parent 1d1bd75 commit 78343b5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,19 @@ Then go to the project's folder:
cd yeoman.io
```

And run:
Initialize the submodule:

```
git submodule init
```

Update in order to pull down the files:

```
git submodule update
```

And finally run:

```
jekyll --server
Expand Down

0 comments on commit 78343b5

Please sign in to comment.