From ae9ca7d56840d48a42119e67f8e91e7476f30ae3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 29 Jun 2025 03:14:12 +0900 Subject: static: replace install Also get rid of many unused pages and assets. --- static/install.html | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 static/install.html (limited to 'static/install.html') diff --git a/static/install.html b/static/install.html new file mode 100644 index 00000000..c16c8851 --- /dev/null +++ b/static/install.html @@ -0,0 +1,50 @@ + + + + + Install | Hakurei + + + + + + + + + + + + + + + + + + + + [[css|/main.css]] + + + + + + {% with current_page="install" %} + {% include "header.html" %} + {% endwith %} +
+

Install

+ +

Hakurei can be installed to almost any Linux-based operating system by running + install.sh from a release tarball found here. + With that said, the current easiest method for using Hakurei with desktop apps would be + via the companion NixOS module.

+ +

We strongly recommend using one of the official installation methods. Third party + installation guides tend to be out-of-date and often contain misguided advice and + errors.

+
+ {% include "footer.html" %} + + -- cgit v1.3.1