📝 Add basic building instructions to README.
Signed-off-by: yc <yc@hackclub.app>
This commit is contained in:
parent
541b6c05db
commit
fa7787f22f
1 changed files with 15 additions and 0 deletions
15
README.md
15
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.
|
||||
|
|
Loading…
Reference in a new issue