diff --git a/README.md b/README.md new file mode 100644 index 0000000000..ff8edfb44b --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +F-Droid Client +============== + +[![Build status](https://ci.gitlab.com/projects/5274/status.png?ref=master)](https://ci.gitlab.com/projects/5274?ref=master) + +This repository holds general and build information for all the apps on our +main repo on f-droid.org. + +Quickstart +---------- + +First, you need [fdroidserver](https://gitlab.com/fdroid/fdroidserver). Once +you have `fdroid` in your path, you can start using it in your fdroiddata +clone. + +For most setups, an empty config.py will be sufficient - `touch config.py`. + +Contributing +------------ + +See the [contributing guidelines](CONTRIBUTING.md). + +More information +---------------- + +You can find more details on [the manual](https://f-droid.org/manual/).