diff --git a/doc/flatpak-run.xml b/doc/flatpak-run.xml index d1d4b087..23503e11 100644 --- a/doc/flatpak-run.xml +++ b/doc/flatpak-run.xml @@ -49,6 +49,11 @@ If REF names a runtime, a shell is opened in the runtime. This is useful for development and testing. + + By default, flatpak will look for the application or runtime in all per-user + and system installations. This can be overridden with the , + and options. + flatpak creates a sandboxed environment for the application to run in by mounting the right runtime at /usr and a writable @@ -102,6 +107,34 @@ + + + + + Look for the application and runtime in per-user installations. + + + + + + + + Look for the application and runtime in the default system-wide installations. + + + + + + + + Look for the application and runtime in the system-wide installation specified + by NAME + among those defined in /etc/flatpak/installations.d/. + Using --installation=default is equivalent to using + --system. + + +