Modify Dev Req formatting in README.md

Swap in >= operator in Development Requirements section to make Node.js and NPM development dependencies similar to the Go one.
This commit is contained in:
Michael Bear
2025-09-17 20:41:18 -04:00
committed by GitHub
parent 269af7f9d6
commit b2010710cb
+2 -2
View File
@@ -16,8 +16,8 @@ Sylve aims to be a lightweight, open-source virtualization platform for FreeBSD,
These only apply to the development version of Sylve, the production version will be a single binary.
- Go >= 1.24
- Node.js (v20.18.2)
- NPM (v10.9.2)
- Node.js >= v20.18.2
- NPM >= v10.9.2
# Runtime Requirements