From 39c207affd8a4313060bf4beedfaa2db701e66fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 30 Jul 2015 14:25:04 -0700 Subject: [PATCH] Add first version of README --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md 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/).