From 53a11cd957f5592ccfbe9fae3838ab386567cc50 Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Mon, 16 Apr 2018 10:54:28 +0200 Subject: [PATCH] update readme --- docs/templateSurveys.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/templateSurveys.md b/docs/templateSurveys.md index eaa89e3..94fe532 100644 --- a/docs/templateSurveys.md +++ b/docs/templateSurveys.md @@ -7,7 +7,8 @@ Your are able to create an interactive survey before your template is proceed. T 1. Create a config file `butler-survey.yml` in the root directory of your template repository. 2. Create questions based on the [format](#configuration) below. 3. Build your template with the [easy to use](/docs/templateSyntax.md#get-survey-results) template syntax. -4. Run butler and create a new project. +4. Add new template entry in your `butler.yml` file. +5. Run butler and create a new project. ## The butler-survey.yml file