From ca4229d6ca7f1b5efa58b61b8dcfd09e95ae4cee Mon Sep 17 00:00:00 2001 From: Silke pilon Date: Tue, 15 Jul 2025 22:34:13 +0200 Subject: [PATCH] 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. --- DEVELOPMENT.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 871733d..d95db77 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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