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.
This commit is contained in:
Silke pilon 2025-07-15 22:27:51 +02:00 committed by GitButler
parent 8ab34458c9
commit cd3fc8db8f
1 changed files with 10 additions and 0 deletions

View File

@ -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:**