mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 17:28:57 +00:00
28 lines
969 B
Markdown
28 lines
969 B
Markdown
# Flathub
|
|
|
|
Flathub is the central place for building and hosting Flatpak builds.
|
|
|
|
Using the Flathub repository
|
|
----------------------------
|
|
|
|
To install applications that are hosted on Flathub, use the following:
|
|
```
|
|
flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
|
|
flatpak install flathub org.gnome.Recipes
|
|
```
|
|
|
|
To install applications from the beta branch, use the following:
|
|
```
|
|
flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
|
|
flatpak install flathub-beta org.godotengine.Godot
|
|
```
|
|
|
|
For more information and more applications see https://flathub.org
|
|
|
|
Contributing to Flathub
|
|
-----------------------
|
|
|
|
For information on creating packages or reporting issues please see the [contributing page](/CONTRIBUTING.md).
|
|
|
|
***Note:*** *this repository is not for reporting issues related to the flathub.org website itself or contributing to its development. For that, go to https://github.com/flathub-infra/website*
|