From 6be848db5b8ae946a6896dcfad69914544949b97 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Mon, 6 Apr 2026 12:26:05 +0200 Subject: Inline scripts to justfile --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 3296de2..7daaa1d 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit