From c6baa4ea56c9fd0840458824f4f67b5867a317cb Mon Sep 17 00:00:00 2001 From: Roberto Butti Date: Sat, 30 Dec 2023 10:41:07 +0100 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index e88e109..d2a246c 100644 --- a/readme.md +++ b/readme.md @@ -68,13 +68,13 @@ ibis-next list Now you can initialize properly the directory via the `init` command for automatically creating the configuration file, the assets folder, and the content folder (for creating your Markdown files). -To launch the `init` command: +If you installed Ibis Next locally, to launch the `init` command: ~~~shell ./vendor/bin/ibis-next init ~~~ -Then, run this command inside an **empty directory**: +If you installed Ibis Next globally, you can run the `init` command inside an empty directory: ~~~shell ibis-next init