From 7eb47daace4d8676453c89aeda52ca39f495bfaa Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 6 Jan 2021 22:22:15 +0100 Subject: [PATCH] Only cover role init now --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e937c82..7f361ae 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,9 @@ Find out more about how to get one of those [over here](https://docs.hetzner.clo $ export HCLOUD_TOKEN=mycoolapitoken ``` -Then install the required Python package. +Then create a role using the driver plugin. ```bash -$ pip install molecule-hetznercloud $ molecule init role myrolename -d hetznercloud ```