Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
Per Sandström committed Feb 26, 2016
1 parent 61aa593 commit df6cac5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit df6cac5

Please sign in to comment.