This commit is contained in:
Logan Wright 2016-08-02 12:54:17 -04:00
parent ab848a09a3
commit 6f149ba8b2
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@ You can run the following to check compatibility:
curl -sL check.qutheory.io | bash curl -sL check.qutheory.io | bash
``` ```
> If you'd prefer to use our built in tool, you can find information [here](install-toolbox.md)
## Make new project using SwiftPM ## Make new project using SwiftPM
Open your terminal Open your terminal
@ -57,6 +59,8 @@ let package = Package(
) )
``` ```
> We try to keep this document up to date, however, you can view latest releases [here](https://github.com/qutheory/vapor/releases)
## Edit `main.swift` ## Edit `main.swift`
A simple hello world: A simple hello world: