docs: add links to prerequisites in DEVELOPMENT.md

Update DEVELOPMENT.md to URLs for Go, Node.js, Git, and SSH
access prerequisites. This improves clarity and helps developers quickly
find installation resources.
This commit is contained in:
Silke pilon 2025-07-15 22:34:13 +02:00 committed by GitButler
parent cd3fc8db8f
commit ca4229d6ca
1 changed files with 3 additions and 3 deletions

View File

@ -19,9 +19,9 @@ Welcome to JetKVM development! This guide will help you get started quickly, whe
### Prerequisites
- **A JetKVM device** (for full development)
- **Go 1.24.4+** and **Node.js 22.15.0**
- **Git** for version control
- **SSH access** to your JetKVM device
- **[Go 1.24.4+](https://go.dev/doc/install)** and **[Node.js 22.15.0](https://nodejs.org/en/download/)**
- **[Git](https://git-scm.com/downloads)** for version control
- **[SSH access](https://jetkvm.com/docs/advanced-usage/developing#developer-mode)** to your JetKVM device
### Development Environment