From bee87eafd85097ff33b04e9b3057482fd544b5d3 Mon Sep 17 00:00:00 2001 From: marito Date: Sun, 15 Jun 2025 15:52:35 +0800 Subject: [PATCH] WSL permission --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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