From fa7787f22f94bed67a87b76521f8aa5ecd2b4950 Mon Sep 17 00:00:00 2001 From: yc Date: Mon, 29 Apr 2024 09:18:45 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20basic=20building=20instruc?= =?UTF-8?q?tions=20to=20README.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yc --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 56b37b5..3ce16df 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # yc.hackclub.app My Nest homepage! + +## Building + +Standard Make invocations to build and install. + +- `make` +- `make install` + +And then to clean everything. + +- `make clean` + +It installs CGI scripts to ~/cgi by default (`make install PREFIX=/where/you/want/to/keep/it`). + +I'm using Caddy as a reverse-proxy using the @aksdb/caddy-cgi plugin on GitHub.