From aa5b9588d166a3d58874762c0118f84af9680e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 19 Mar 2025 22:40:10 +0100 Subject: [PATCH] Remove build requirements from README --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 1470b82..85578be 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,6 @@ SSH honeypot with web-frontend. -## Requirements - -* `go >= 1.16` -* `node >= 22` - -Requires a postgres database if you want data to persist through server restart. - ## Build using nix ```console