From 291f403beb1bb0ddb3b1ee2b7f0a94eaf0824661 Mon Sep 17 00:00:00 2001 From: lazlykama <118392651+lazlykama@users.noreply.github.com> Date: Fri, 14 Apr 2023 11:14:12 +0200 Subject: [PATCH] Left docker ref --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f01eb0..482b435 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ As an everyday maintainer of many domains I've found CLIs very useful (e.g AWS). In order to get godaddy-cli to work you need to get your [GoDaddy keys](https://developer.godaddy.com/keys) and place them in `$HOME/.config/godaddy/credentials.json` -## Installation +## Use with Docker + +Use this image, more detail how here: https://hub.docker.com/r/lazly/godaddy-cli + +## Compile ```bash $ git clone git@github.com/Cabemo/godaddy-cli @@ -17,7 +21,7 @@ $ make $ sudo make install ``` -## Uninstall +### Uninstall ```bash $ sudo make uninstall