diff --git a/README.md b/README.md index e838fd4..1b23a89 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Lenvi: Laravel & Legacy Environment Simplified This playbook is built for Laravel development but can also run legacy PHP apps, offering a powerful, centralized environment with multi-php support on Debian, Ubuntu, or WSL2; similar to Homestead but without the virtual machine overhead. +> WSL: Initial setup will stop for permission configuration reason, follow the instructions and run it properly again. ## Prerequisites @@ -103,9 +104,8 @@ DB_PASSWORD=password ```bash cd /home/user/projects/my-laravel-app - sudo composer install + composer install ``` - > you must run `sudo` when using composer install and type `yes` when prompted. ## Daily Workflow