aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index d5e0015..5809797 100644
--- a/README.md
+++ b/README.md
@@ -20,3 +20,10 @@ You may also need to install tsd and compass:
npm install tsd -g
gem install compass
```
+
+## Build
+To build, run the build command for a specific environment. For example, the following will create a production distribution:
+
+```
+npm start build.prod
+```