From a36346d84fe60261f0dc15ecc3d4ef75f8314fb6 Mon Sep 17 00:00:00 2001 From: alexmerlin Date: Tue, 9 Sep 2025 09:10:21 +0300 Subject: [PATCH] Issue #34: Fixed package installation command Signed-off-by: alexmerlin --- README.md | 2 +- docs/book/v1/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64e4125..bbc893b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Documentation is available at: https://docs.dotkernel.org/dot-maker/. Run the following command in your terminal: ```shell -composer require-dev dotkernel/dot-maker +composer require --dev dotkernel/dot-maker ``` ## Setup diff --git a/docs/book/v1/installation.md b/docs/book/v1/installation.md index 10123c1..22a7b04 100644 --- a/docs/book/v1/installation.md +++ b/docs/book/v1/installation.md @@ -3,5 +3,5 @@ Install `dotkernel/dot-maker` by executing the following Composer command: ```shell -composer require-dev dotkernel/dot-maker +composer require --dev dotkernel/dot-maker ```