From 06ee1b71de600bfc94d9f9439194bfaf8a12f0ef Mon Sep 17 00:00:00 2001 From: Sandesh Mankar <55863239+mankarsandesh@users.noreply.github.com> Date: Sun, 22 Mar 2026 11:11:46 +0000 Subject: [PATCH] Update README with setup instructions for Windows and MacOS Added setup instructions for Windows and MacOS users. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1598ff35..38dc2223 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,14 @@ Clone the repository and run the interactive setup script: ```bash git clone https://github.com/liberu-accounting/accounting-laravel.git cd accounting-laravel +``` + +```bash +Windows users : +./setup.sh + +MacOS users : +chmod 755 setup.sh ./setup.sh ```