aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRob McGinley <mcginleyr1@gmail.com>2016-06-04 10:39:56 -0400
committerRob McGinley <mcginleyr1@gmail.com>2016-06-04 10:39:56 -0400
commit8dc7986ada6631a491ff09f286a1a534e7b34a19 (patch)
tree75957a61c59ad06efcafa3ae04b622315e08dd36 /README.md
parentffec797c18059bad36916c7593902e1906b991ce (diff)
parentd7bac26ce4a8618c4e0bba5335880c92d09acc32 (diff)
Merge branch 'master' of github.com:AlexTatiyants/pev
Diffstat (limited to 'README.md')
-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
+```