Skip to content

Commit

Permalink
Update commands in instructions to point to vapor 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusSmith committed Jun 30, 2020
1 parent b7427f1 commit ab7bbc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
1. Install Xcode
2. Install Brew (if needed)
3. `brew tap vapor/tap`
4. `brew install vapor/tap/vapor`
4. `brew install vapor/tap/vapor3`

### Installing dependencies

Expand Down Expand Up @@ -35,12 +35,12 @@ An `example.env` file is included as a template for the `.env` file, this can be

### Generate Xcode project

`vapor xcode`
`vapor3 xcode`

### Running the app

- Postgres must be running.
- `vapor run serve` or run button in Xcode
- `vapor3 run serve` or run button in Xcode

### Running the tests

Expand Down

0 comments on commit ab7bbc5

Please sign in to comment.