From d996bb6884bbd58737cd7cbfd4f7283c24d15fc8 Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Wed, 18 Sep 2019 12:55:36 -0700 Subject: [PATCH] doc/flatpak-builder: Improve explanation of --repo --- doc/flatpak-builder.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/flatpak-builder.xml b/doc/flatpak-builder.xml index d457da97..1e09e82d 100644 --- a/doc/flatpak-builder.xml +++ b/doc/flatpak-builder.xml @@ -388,7 +388,10 @@ - When build is done, run export the result to this repository. + After the build finishes, run flatpak build-export to + export the result to the repository DIR. If + DIR exists, it must be an OSTree repository; + otherwise a new one will be created.