Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupert Bedford committed May 20, 2016
1 parent 1c85a97 commit 80c67d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ files are concatenated and minified.

## Deploy

Build a `.tar.gz`:

```
./build.sh
```

Deploy to servers:

```
virtualenv venv
source venv/bin/activate
Expand Down

0 comments on commit 80c67d6

Please sign in to comment.