From 48ea90800c3aa6055247fe2c56bc8e9d63024bd3 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 16 Apr 2023 16:56:10 +0200 Subject: Handle layout error better --- README.gmi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.gmi') diff --git a/README.gmi b/README.gmi index ade3518..d53a207 100644 --- a/README.gmi +++ b/README.gmi @@ -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`. -- cgit