From cf1d0b543318b576088b60a73e54f31fdfa8852d Mon Sep 17 00:00:00 2001 From: Michael Porter Date: Thu, 15 Mar 2018 17:24:48 +0000 Subject: [PATCH] Update readme.md --- dev/readme.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dev/readme.md b/dev/readme.md index 07cc1a9..9145a69 100644 --- a/dev/readme.md +++ b/dev/readme.md @@ -1,2 +1,8 @@ -Set env var GANDI_API_KEY to your GANDI LiveDNS API key and run ./dev_shell.sh -to get a shell with certbot ready to run with the plugin installed. +# Testing/Development + +Set env var `GANDI_API_KEY` to your Gandi LiveDNS API key and +run `./dev_shell.sh` to get a shell with `certbot` available and the plugin +installed. + +The plugin is installed in "edit" mode, so changes to the source will be +effective immediately without any deployment step.