From 902cc9832a2e53c4ee7a86751778aae2945a71cc Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 17 Feb 2015 16:33:06 -0500 Subject: [PATCH] Update README.md --- src/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index b81426522..ad6353c78 100644 --- a/src/README.md +++ b/src/README.md @@ -7,7 +7,9 @@ From the Semantic directory you can setup gulp to build Semantic by running. npm install ``` -After install finishes you can use gulp commands: +Semantic will automatically configure itself using a `post-install` script built into the package. + +After set-u[ you can use gulp to build your project's css: ```bash /* Watch files */ gulp watch