diff options
Diffstat (limited to 'README.gmi')
| -rw-r--r-- | README.gmi | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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`. |