diff --git a/doc/flatpak.xml b/doc/flatpak.xml
index 68ee1f0f..ceb1f0c6 100644
--- a/doc/flatpak.xml
+++ b/doc/flatpak.xml
@@ -40,15 +40,15 @@
Description
- flatpak is a tool for managing applications and the runtimes
- they use. In the flatpak model, applications can be built and
+ Flatpak is a tool for managing applications and the runtimes
+ they use. In the Flatpak model, applications can be built and
distributed independently from the host system they are used
on, and they are isolated from the host system ('sandboxed')
to some degree, at runtime.
- flatpak can operate in system-wide or per-user mode. The system-wide
+ Flatpak can operate in system-wide or per-user mode. The system-wide
data (runtimes, applications and configuration) is located in
$prefix/var/lib/flatpak/, and the per-user
data is in $HOME/.local/share/flatpak/.
@@ -75,11 +75,18 @@
- flatpak uses OSTree to distribute and deploy data. The repositories
+ Flatpak uses OSTree to distribute and deploy data. The repositories
it uses are OSTree repositories and can be manipulated with the
ostree utility. Installed runtimes and
applications are OSTree checkouts.
+
+
+ Basic commands for buiding flatpaks such as build-init, build and build-finish
+ are included in the flatpak utility. For higher-level build support, see
+ the separate
+ flatpak-builder1 tool.
+
@@ -550,6 +557,7 @@
ostree1,
ostree.repo5,
flatpak-remote5,
+ https://www.flatpak.org