Skip to content

Commit 263b716

Browse files
committed
add WSL instruction
Signed-off-by: arhimede <julian@dotkernel.com>
1 parent 6d2a0ef commit 263b716

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

docs/book/v4/installation/getting-started.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Clone the project
22

3-
Using your terminal, navigate inside the directory you want to download the project files into. Make sure that the directory is empty before proceeding to the download process. Once there, run the following command:
3+
## Recommended development environment
4+
5+
> If you are using Windows as OS on your machine, you can use WSL2 as development environment.
6+
> Read more here: [PHP-Mariadb-on-WLS2](https://www.dotkernel.com/php-development/almalinux-9-in-wsl2-install-php-apache-mariadb-composer-phpmyadmin/)
7+
8+
Using your terminal, navigate inside the directory you want to download the project files into. Make sure that the
9+
directory is empty before proceeding to the download process. Once there, run the following command:
410

511
```shell
612
git clone https://github.com/dotkernel/api.git .

docs/book/v5/installation/getting-started.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Clone the project
22

3-
Using your terminal, navigate inside the directory you want to download the project files into. Make sure that the directory is empty before proceeding to the download process. Once there, run the following command:
3+
## Recommended development environment
4+
5+
> If you are using Windows as OS on your machine, you can use WSL2 as development environment.
6+
> Read more here: [PHP-Mariadb-on-WLS2](https://www.dotkernel.com/php-development/almalinux-9-in-wsl2-install-php-apache-mariadb-composer-phpmyadmin/)
7+
8+
Using your terminal, navigate inside the directory you want to download the project files into. Make sure that the
9+
directory is empty before proceeding to the download process. Once there, run the following command:
410

511
```shell
612
git clone https://github.com/dotkernel/api.git .

0 commit comments

Comments
 (0)