From 0dbca7d4a8a71e0f27f28ea7fee6e8071a4a8d89 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sun, 1 Jun 2025 06:04:11 -0400 Subject: Remove binary assets from repository `git-annex' is neat, but overkill for this use-case. All I want is to avoid checking binary files into source control; I don't necessarily care about tracking changes on those binary files. You can get all the assets you need from 'https://jakob.space/annex.tar.gz' and extract it over the repository root. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index c682e75..4224245 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ If you find that to not be the case, please let me know. ### Website +You will need the binary assets for this website, which can be obtained with this one-liner: `curl -LO https://jakob.space/annex.tar.gz | tar zxf -`. When all of the dependencies have been installed, the website can be built by running `haunt build` from the directory this README file resides in. When `haunt build` completes, the output will be at `site/`. It may take a minute to fetch comments and webmentions. -- cgit v1.3