From ec35e6c90bf0cdc692d7dc1ff26e48ef92a9673d Mon Sep 17 00:00:00 2001 From: Ben Scheirman Date: Thu, 28 Dec 2017 07:59:53 -0600 Subject: [PATCH] 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 --- 3.0/docs/getting-started/hello-world.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/3.0/docs/getting-started/hello-world.md b/3.0/docs/getting-started/hello-world.md index 4eac4735..6cb764e2 100644 --- a/3.0/docs/getting-started/hello-world.md +++ b/3.0/docs/getting-started/hello-world.md @@ -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.