From a19b8ef094efead63e4130a04e61dca71aa0e5c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 15 Mar 2016 15:46:57 +0000 Subject: [PATCH] README: Mention config file Fixes #4. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5f8a4ae..e069904 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,15 @@ Install an app: uninstall Uninstall an app defaults Reset to the default settings +### Config + +You can configure the repositories to use in the `config.json` file. +This file will be located in `fdroidcl`'s config directory, which is +`~/.config/fdroidcl/config.json` on Linux. + +By default, the main F-droid repository is enabled. The config file will +be created after the first run, e.g. once you run `fdroid update`. + ### Missing features * Index verification via jar signature - currently relies on HTTPS