From cd3fc8db8f75826fffcd1f23a53daf7ee56fe6fd Mon Sep 17 00:00:00 2001 From: Silke pilon Date: Tue, 15 Jul 2025 22:27:51 +0200 Subject: [PATCH] docs: add recommended development environment section Add guidance recommending Linux or macOS for development and suggest using WSL on Windows to ensure compatibility with shell scripts and build tools. This improves the developer experience and reduces setup issues across different operating systems. --- DEVELOPMENT.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 8f63a61..871733d 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -23,6 +23,16 @@ Welcome to JetKVM development! This guide will help you get started quickly, whe - **Git** for version control - **SSH access** to your JetKVM device +### Development Environment + +**Recommended:** Development is best done on **Linux** or **macOS**. + +If you're using Windows, we strongly recommend using **WSL (Windows Subsystem for Linux)** for the best development experience: +- [Install WSL on Windows](https://docs.microsoft.com/en-us/windows/wsl/install) +- [WSL Setup Guide](https://docs.microsoft.com/en-us/windows/wsl/setup/environment) + +This ensures compatibility with shell scripts and build tools used in the project. + ### Project Setup 1. **Clone the repository:**