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