From 5e74393578f1a1068a666a4fc6e1ea5ed125a361 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 6 Jan 2021 22:22:00 +0100 Subject: [PATCH] Add install and upgrade docs --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 92ce195..e937c82 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,20 @@ useful, please support my maintenance work financially through my Sponsor profile](https://github.com/sponsors/decentral1se). I do not receive any financial support from RedHat or Hetzner Cloud for this work. +## Install + +```bash +$ pip install molecule-hetznercloud +``` + +## Upgrade + +Please see the [CHANGELOG.md](./CHANGELOG.md) for migration guides. + +```bash +$ pip install --upgrade molecule-hetznercloud +``` + ## Usage You need to expose a `HCLOUD_TOKEN` environment variable in your environment.