diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -49,6 +49,15 @@ Run `just test` `meson.build` is the source of truth for the version. To sync versions to Cargo.toml, rpm spec, etc. use `just sync-versions` +The convention in this project is to use directories starting with `_` for +generated ones to distinguish them from the source more easily. They are all +configurable via the justfile. The defaults are: + +- `_build`: The meson build directory. +- `_dist`: The location where built distributable packages are placed. +- `_repo`: The flatpak repo +- `_flatpak`: The flatpak build directory + ## Distributing Available package formats: deb, rpm, tar.gz, flatpak. |