Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Mar 23, 2016
1 parent b04e2d5 commit 3e4bb74
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,24 @@ This is a work in progress, so *do not* rely on this for anything important. And

Visit the [Vapor Wiki](https://github.com/qutheory/vapor/wiki) for extensive documentation on getting setup, using, and contributing to Vapor.

## Installation

Install on OS X Homebrew

```shell
brew tap qutheory/tap
brew install vapor
```

Build your project using `vapor build` for Swift 2.2 or `swift build` for Swift 3.0

```
vapor new my-project
cd my-project
vapor build
.build/VaporApp --port=8080
```

## Application

Starting the application takes two lines.
Expand Down

0 comments on commit 3e4bb74

Please sign in to comment.