Updating README with documentation build details

This commit is contained in:
Jeff Avallone 2015-04-12 17:02:47 -04:00
parent 72e5647f21
commit 32c2fd5d65
1 changed files with 7 additions and 1 deletions

View File

@ -31,7 +31,13 @@ To build the site for deployment, run the following:
$ gulp build
The site will be built into the "build" directory.
The site will be built into the ./build directory.
To build developer documentation, run the following:
$ gulp docs
The documentation will be build into the ./docs directory.
## License