add -beta suffix

This commit is contained in:
Tanner Nelson 2019-10-11 19:06:01 -04:00
parent 3acfa72719
commit 7ab67897c4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ If you have not yet installed Swift or Vapor Toolbox, check out the install sect
The first step is to create a new Vapor project on your computer. Open up your terminal and use Toolbox's new project command. This will create a new folder in the current directory containing the project.
```sh
vapor new hello -n
vapor-beta new hello -n
```
!!! tip