mirror of https://github.com/vapor/docs.git
Merge pull request #272 from subdigital/patch-1
Add warning about missing template
This commit is contained in:
commit
eb9e3da68d
|
|
@ -16,6 +16,8 @@ vapor new Hello
|
|||
|
||||
!!! warning
|
||||
Make sure to add `--branch=beta` while using Vapor 3 pre-release.
|
||||
|
||||
If you receive an error that looks like this: 'Cloning Template [Failed]' then the template you are using is not yet ready for the beta branch. Try a different template.
|
||||
|
||||
Once that finishes, change into the newly created directory.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue