hylia/README.md

21 lines
538 B
Markdown
Raw Permalink Normal View History

2024-12-05 22:42:05 +00:00
# hylia
2024-12-06 18:30:48 +00:00
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.