mirror of https://github.com/vapor/docs.git
Add note about Swift 6 for the toolbox (#1025)
<!-- 🚀 Thank you for contributing! -->
<!-- Describe your changes clearly and use examples if possible. -->
<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
This commit is contained in:
parent
28438d0407
commit
dc47acc514
|
|
@ -7,6 +7,9 @@ If you have not yet installed Swift or Vapor Toolbox, check out the install sect
|
|||
- [Install → macOS](../install/macos.md)
|
||||
- [Install → Linux](../install/linux.md)
|
||||
|
||||
!!! tip
|
||||
The template used by the Vapor Toolbox requires Swift 6.0 or later
|
||||
|
||||
## New Project
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue