Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -17,7 +21,7 @@ $ make
$ sudo make install
```

## Uninstall
### Uninstall

```bash
$ sudo make uninstall
Expand Down