From e9af453f5780306d4f28f16ff32b45b7904fac02 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 24 Feb 2020 12:03:31 +0100 Subject: [PATCH] add doc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 02ce44b..74d8a3e 100644 --- a/README.md +++ b/README.md @@ -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