This commit is contained in:
Simon Vieille 2020-02-24 12:03:31 +01:00
parent c13d3953b5
commit e9af453f57
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -8,9 +8,9 @@ Checks the expiration dates of domains et HTTPS certificates.
PHP 7.3, [composer](https://getcomposer.org/), `whois` and `openssl` required. PHP 7.3, [composer](https://getcomposer.org/), `whois` and `openssl` required.
```text ```text
$ git clone --recurse-submodules https://gitnet.fr/deblan/domain-expiration.git git clone --recurse-submodules https://gitnet.fr/deblan/domain-expiration.git
$ cd domain-expiration cd domain-expiration
$ composer install composer install
``` ```
```text ```text