diff options
author | Adam Stück <adam@adast.xyz> | 2023-03-27 14:23:06 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-03-27 14:25:48 +0200 |
commit | 29ec0d4e259e2ff177736605d709e8cf8d082265 (patch) | |
tree | 48c2f7e1784629bf99a98310bb7741bac78d35d7 | |
parent | d9080b05e3be32abfa860c3d2cb461b57e5705e3 (diff) |
README: add build requirements
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -6,6 +6,8 @@ My personal blog, built with [ssg](https://rgz.ee/ssg.html). ## Build +Requirements: [lowdown(1)](https://kristaps.bsd.lv/lowdown/). + git clone https://git.sr.ht/~adamski/adast.xyz cd adast.xyz ./ssg src/ dst/ adast.xyz "https://adast.xyz" @@ -24,8 +26,8 @@ I run the following to publish changes to my website. ## Contributing -If you have any changes you'd like to make to SourceHut, please send a patch to -the [adast.xyz](https://lists.sr.ht/~adamski/adast.xyz) mailing list. Feel +If you have any changes you'd like to make to adast.xyz, please send a patch to +the [adast.xyz](https://lists.sr.ht/~adamski/adast.xyz) mailing list. Feel free to start discussions about development here as well, if your change requires some thought before writing the code. |