mirror of https://github.com/vapor/docs.git
update
This commit is contained in:
parent
ab848a09a3
commit
6f149ba8b2
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue