From 56b1f3e52305d201b108b5c10ec349cf40387ad7 Mon Sep 17 00:00:00 2001 From: Refringe Date: Thu, 27 Jun 2024 00:12:37 -0400 Subject: [PATCH] Adds dev env link to README --- .github/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 7e601f0..3785ac6 100644 --- a/.github/README.md +++ b/.github/README.md @@ -12,7 +12,8 @@ The Forge is a Laravel-based web application that provides a platform for the Si ## Development Environment Setup -This is a [Laravel](https://laravel.com/docs/11.x) project that uses [Sail](https://laravel.com/docs/11.x/sail), which provides a Docker-based development environment. Ensure you review the Sail documentation for useage, particularly in a [Windows environment](https://laravel.com/docs/11.x/installation#sail-on-windows), as WSL2 is recommended. +This is a [Laravel](https://laravel.com/docs/11.x) project that uses [Sail](https://laravel.com/docs/11.x/sail), which provides a Docker-based development environment. You can see detailed instructions on how to configure the development environment on the project wiki: +https://github.com/sp-tarkov/forge/wiki/Dev-Environment-Setup,-Windows-11,-WSL2 ### Accessing the Application: