diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-16 16:56:10 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-16 16:56:10 +0200 |
| commit | 48ea90800c3aa6055247fe2c56bc8e9d63024bd3 (patch) | |
| tree | ba1b23c685c5e894f88752a1f5e55a3def9582c7 /README.gmi | |
| parent | 0e3bcda2ce1ba4bff5d457e48a82db6e6289aad6 (diff) | |
Handle layout error better
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`. |