Skip to content

Commit

Permalink
docs: installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jan 28, 2022
1 parent 0b4a3ac commit bc28159
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,22 @@ GLOBAL OPTIONS:
--help, -h show help (default: false)
```

## Installation

### From Binaries

You can use pre-compiled binaries:

* To get the binary just download the latest release for your OS/Arch from [the releases page](https://github.com/ldez/traefik-certs-dumper/releases/)
* Unzip the archive.
* Add `traefik-certs-cleaner` in your `PATH`.

### From Docker

```bash
docker run ldez/traefik-certs-cleaner:<tag_name>
```

## Examples

### Dry run (Default)
Expand Down

0 comments on commit bc28159

Please sign in to comment.