aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Tatiyants <atatiyan@gmail.com>2016-04-16 12:58:31 -0700
committerAlex Tatiyants <atatiyan@gmail.com>2016-04-16 12:58:31 -0700
commitd7bac26ce4a8618c4e0bba5335880c92d09acc32 (patch)
tree46c730de444c03ef116c9f319bc921f71de3b973
parenteae3aee1bbfb29dd31e92853664a373e3d60d6b6 (diff)
add build info to readme
-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
+```