From 3acac01c0c61785a843a0163e12ce0b616d93b9d Mon Sep 17 00:00:00 2001 From: Tony Karavasilev Date: Tue, 13 Dec 2022 21:15:14 +0200 Subject: [PATCH] Updated the README.md file. --- docs/installation.md | 2 ++ index.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 027158c..5791c80 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -100,6 +100,8 @@ configured correctly, you can call the preinstalled system checker script to sca ```bash # Optionally, check if your system is well-configured php vendor/karavasilev/cryptomanana/check.php + +# Or: ./vendor/karavasilev/cryptomanana/check ``` *Note: This check script can flag certain missing system requirements or wrongly configured extensions, for example, diff --git a/index.md b/index.md index 835cd6b..8b8d7da 100644 --- a/index.md +++ b/index.md @@ -58,6 +58,8 @@ composer require karavasilev/cryptomanana # Optionally, check if your system is well-configured php vendor/karavasilev/cryptomanana/check.php + +# Or: ./vendor/karavasilev/cryptomanana/check ``` ### [](#project-documentation){:.book_mark}Project Documentation ###