mirror of https://github.com/vapor/docs.git
Add warning about missing template
Hopefully this will stave off some initial confusion when someone tries to use a template that doesn't have a beta branch in its repo.w
This commit is contained in:
parent
4688ad6719
commit
ec35e6c90b
|
|
@ -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