From 1071cead9e17b08f66e3773e0470b568ef8b7467 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 27 Apr 2020 21:06:59 +0200 Subject: [PATCH] Clarify what it does --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f2900e..ee1e059 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/molecule-template/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/molecule-template) -A helper template for generating new roles with [Molecule](https://molecule.readthedocs.io/en/latest/). +A template for generating new molecule configurations with [cookiecutter](https://cookiecutter.readthedocs.io). Features: @@ -12,6 +12,9 @@ Features: ## Usage +You run this command within an existing role directory. If you're looking for +the role template, then we have that [over here](https://git.autonomic.zone/autonomic-cooperative/role-template). + ```bash $ pip install cookiecutter $ cookiecutter https://git.autonomic.zone/autonomic-cooperative/molecule-template