diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-06-01 06:04:11 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-06-01 06:13:33 -0400 |
| commit | 0dbca7d4a8a71e0f27f28ea7fee6e8071a4a8d89 (patch) | |
| tree | 31fb2a740378bc9a5e7e5f3862f5da49164d180c /README.md | |
| parent | 894506d2fddd6057b54026cada923c5d21de0908 (diff) | |
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.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |