mirror of https://github.com/jetkvm/kvm.git
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:
parent
8ab34458c9
commit
cd3fc8db8f
|
@ -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:**
|
||||
|
|
Loading…
Reference in New Issue