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
1 changed files with 3 additions and 3 deletions

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.
```text
$ git clone --recurse-submodules https://gitnet.fr/deblan/domain-expiration.git
$ cd domain-expiration
$ composer install
git clone --recurse-submodules https://gitnet.fr/deblan/domain-expiration.git
cd domain-expiration
composer install
```
```text