From df6cac5f69ae7514108f39915afb1026e7096f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Sandstr=C3=B6m?= Date: Fri, 26 Feb 2016 09:09:11 +0100 Subject: [PATCH] Update README --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7ebc833..46b8dff 100644 --- a/README.md +++ b/README.md @@ -11,27 +11,27 @@ This is the boilerplate for [Kollegornas](https://github.com/kollegorna) Middlem The following gulp commands are at your serviceā€¦ -```$ gulp middleman``` +`$ gulp install` -Runs bundle exec middleman +Runs bundle install and bower install -```$ gulp install``` +`$ gulp middleman` -Runs bundle install and bower install +Runs bundle exec middleman -```$ gulp serve``` +`$ gulp serve` Builds Middleman and create a BrowserSync server that watches all changes -```$ gulp build``` +`$ gulp build` Builds Middleman -```$ gulp deploy``` +`$ gulp deploy` Builds Middleman and deploys with rsync -```$ gulp s3``` +`$ gulp s3` Builds Middleman and deploys to s3 bucket @@ -47,7 +47,7 @@ By default it's configured to deploy to one of our VPS's. #### Deploy to Amazon S3 -You need to set the following environment variables. +You need to set the following environment variables. We recommend that you use [direnv](http://direnv.net/). ``` AWS_KEY