Skip to content

Commit

Permalink
Merge pull request #48 from dotkernel/arhimede
Browse files Browse the repository at this point in the history
added WSL
  • Loading branch information
arhimede authored Jun 26, 2024
2 parents a4450ac + 263b716 commit d2ef299
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/book/v4/installation/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Clone the project

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:
## Recommended development environment

> If you are using Windows as OS on your machine, you can use WSL2 as development environment.
> Read more here: [PHP-Mariadb-on-WLS2](https://www.dotkernel.com/php-development/almalinux-9-in-wsl2-install-php-apache-mariadb-composer-phpmyadmin/)
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:

```shell
git clone https://github.com/dotkernel/api.git .
Expand Down
8 changes: 7 additions & 1 deletion docs/book/v5/installation/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Clone the project

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:
## Recommended development environment

> If you are using Windows as OS on your machine, you can use WSL2 as development environment.
> Read more here: [PHP-Mariadb-on-WLS2](https://www.dotkernel.com/php-development/almalinux-9-in-wsl2-install-php-apache-mariadb-composer-phpmyadmin/)
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:

```shell
git clone https://github.com/dotkernel/api.git .
Expand Down

0 comments on commit d2ef299

Please sign in to comment.