From 22ce81ad5786ddf106d7f40ddd35f24e6e0e3535 Mon Sep 17 00:00:00 2001 From: Jonatan Zint Date: Fri, 10 Apr 2020 23:54:39 +0200 Subject: [PATCH] Fix readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ee3d9d7..8403f5d 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,12 @@ subsequently removing, TXT records using the Hetzner DNS API. ## Install -There is no pypi distribution yet. You can install this plugin via pip directly from this repo though: +Install this package via pip in the same python environment where you installed your certbot. ``` -pip install -e git+https://github.com/ctrlaltcoop/certbot-dns-hetzner.git +pip install certbot-dns-hetzner ``` -A more sophisticated versioning and pypi distribution is to follow - ## Usage To start using DNS authentication for the Hetzner DNS API, pass the following arguments on certbot's command line: