Skip to content

Commit 88ef895

Browse files
authored
Update README.md
1 parent 4a1bb69 commit 88ef895

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ After choosing the path for DotKernel (`dk-admin` will be used for the remainder
5959

6060
#### I. Installing DotKernel `admin` using composer
6161

62+
#### NOTE
63+
> please use the below CLI commands in terminal, do NOT use the PhpStorm buttons
64+
6265
The advantage of using this command is that it runs through the whole installation process. Run the following command:
6366

6467
composer create-project dotkernel/admin -s dev dk
@@ -71,10 +74,11 @@ The setup script prompts for some configuration settings, for example the lines
7174
Please select which config file you wish to inject 'Laminas\Diactoros\ConfigProvider' into:
7275
[0] Do not inject
7376
[1] config/config.php
74-
Make your selection (default is 0):
77+
Make your selection (default is 1):
7578

7679

7780
Simply select `[0] Do not inject`, because DotKernel includes its own configProvider which already contains the prompted configurations.
81+
7882
If you choose `[1] config/config.php` Laminas's `ConfigProvider` from `session` will be injected.
7983

8084
The next question is:

0 commit comments

Comments
 (0)