Update README.md

Closes #170
This commit is contained in:
TingPing
2018-01-17 04:29:23 -05:00
committed by GitHub
parent d3d04097eb
commit bcb234d99e
+8 -17
View File
@@ -1,22 +1,6 @@
Flathub
-------
# Flathub
Flathub is the central place for building and hosting Flatpak builds.
Go to https://flathub.org/builds/ to see Flathub in action.
Building applications
---------------------
Application manifests should go in their own repository in the [Flathub](https://github.com/flathub) organization,
named after the application ID.
For example, for gnome-recipes, there is a repository named org.gnome.Recipes which has the org.gnome.Recipes.json
file at the toplevel.
Hosted builds should be stable releases, not development snapshots, so please use tarballs or git tags, not just
the tip of a branch.
More detailed requirements can be found in the [Review Guidelines](https://github.com/flathub/flathub/wiki/Review-Guidelines)
Using the Flathub repository
----------------------------
@@ -26,3 +10,10 @@ 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
```
For more information and more applications see https://flathub.org/apps.html
Contributing to Flathub
-----------------------
For information on creating packages or reporting issues please see the [contributing page](/CONTRIBUTING.md).