Add install and upgrade docs

This commit is contained in:
Luke Murphy 2021-01-06 22:22:00 +01:00
parent ec238fe51b
commit 5e74393578
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 14 additions and 0 deletions

View File

@ -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.