aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9205238..206c262 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,10 @@
This repository contains all textual contents of "blog.kummerlaender.eu" and is included into the [appropriate repository](https://github.com/KnairdA/blog.kummerlaender.eu/) as a subtree.
All articles and pages are freely available under the terms of the Creative Commons [CC-BY-SA](http://creativecommons.org/licenses/by-sa/3.0/) license. If you should require further permissions please feel free to contact me.
+
+## Build
+
+```sh
+nix flake clone git+https://code.kummerlaender.eu/blog_content --dest source
+nix build source/
+``` \ No newline at end of file