From 8a66ea7971711881d5933bd953f791e573ecd3c7 Mon Sep 17 00:00:00 2001 From: conzer Date: Fri, 6 Dec 2024 13:30:48 -0500 Subject: [PATCH] update readme.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd4a006..3c937f7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # hylia -Extended HTML (like SCSS) which compiles back to html \ No newline at end of file +Extended HTML (like SCSS) which compiles back to html + +# Building and Installation + +To build or install Hylia, install golang. + +`go build` Is just to build the binary. + +`./install.sh` will install Hylia to /usr/bin on linux. + +On Windows, build the .exe, find a safe place for it, and add it to your PATH. + +# Documentation + +See the wiki for Hylia documentation. + +# License + +Hylia is licensed under the GNU Lesser GPL License, to allow people to create their sites closed source if they wish. To read more, read the "LICENSE" file. \ No newline at end of file