From 32c2fd5d6592fda147c3be488acb39bf8a25916e Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Sun, 12 Apr 2015 17:02:47 -0400 Subject: [PATCH] Updating README with documentation build details --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef95047..ea67f75 100644 --- a/README.md +++ b/README.md @@ -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