]> git.r.bdr.sh - rbdr/page/blobdiff - README.gmi
Handle layout error better
[rbdr/page] / README.gmi
index ade3518936a0346be2c9788175f26d2edebe8bdc..d53a207988bc806446e520c671b3017668dfe6b9 100644 (file)
@@ -59,3 +59,11 @@ in the directory.
 ## What happens to files that aren't gemini?
 
 They're copied as-is.
+
+# Building
+
+This project is built using cargo. A makefile is provided to run common tasks.
+
+Build dev version with `make` or `make build`.
+
+Build release with `make -e profile=release` or `make -e profile=release build`.