README: Fix typos of Flatpak
This commit is contained in:
parent
7490864ce9
commit
bb1e9ac0fa
14
README.md
14
README.md
|
|
@ -28,7 +28,7 @@ version of
|
|||
- Binary history on the server side (and client)
|
||||
- Introspectable shared library API for build and deployment systems
|
||||
- Flexible support for multiple branches and repositories, supporting
|
||||
projects like [flatpak](https://github.com/flatpak/flatpak) which
|
||||
projects like [Flatpak](https://github.com/flatpak/flatpak) which
|
||||
use libostree for applications, rather than hosts.
|
||||
|
||||
## Documentation
|
||||
|
|
@ -39,11 +39,11 @@ For more information, see the [project documentation](docs/index.md) or the
|
|||
## Operating systems and distributions using OSTree
|
||||
|
||||
[Apertis](https://www.apertis.org/) uses libostree for their host system as
|
||||
well as fatpak. See [update documentation](https://www.apertis.org/guides/ostree/) and
|
||||
well as Flatpak. See [update documentation](https://www.apertis.org/guides/ostree/) and
|
||||
[apertis-update-manager](https://gitlab.apertis.org/pkg/apertis-update-manager)
|
||||
|
||||
[Endless OS](https://endlessos.com/) uses libostree for their host system as
|
||||
well as flatpak. See
|
||||
well as Flatpak. See
|
||||
their [eos-updater](https://github.com/endlessm/eos-updater)
|
||||
and [deb-ostree-builder](https://github.com/dbnicholson/deb-ostree-builder)
|
||||
projects.
|
||||
|
|
@ -64,7 +64,7 @@ where OSTree was born - as a high performance continuous delivery/testing
|
|||
system for GNOME.
|
||||
|
||||
[GNOME OS](https://os.gnome.org/) is a testing OS that uses libostree for
|
||||
their host system as well as flatpak.
|
||||
their host system as well as Flatpak.
|
||||
|
||||
[Liri OS](https://liri.io/download/silverblue/) has the option to install
|
||||
their distribution using ostree.
|
||||
|
|
@ -96,10 +96,10 @@ model for image and package systems.
|
|||
[eos-updater](https://github.com/endlessm/eos-updater) is a daemon that implements updates
|
||||
on EndlessOS.
|
||||
|
||||
[flatpak](https://github.com/flatpak/flatpak) uses libostree for desktop
|
||||
application containers. Unlike most of the other systems here, flatpak does not
|
||||
[Flatpak](https://github.com/flatpak/flatpak) uses libostree for desktop
|
||||
application containers. Unlike most of the other systems here, Flatpak does not
|
||||
use the "libostree host system" aspects (e.g. bootloader management), just the
|
||||
"git-like hardlink dedup". For example, flatpak supports a per-user OSTree
|
||||
"git-like hardlink dedup". For example, Flatpak supports a per-user OSTree
|
||||
repository.
|
||||
|
||||
## Language bindings
|
||||
|
|
|
|||
Loading…
Reference in New Issue