Browse Source

README: Mention config file

Fixes #4.
pull/8/head
Daniel Martí 10 years ago
parent
commit
a19b8ef094
  1. 9
      README.md

9
README.md

@ -38,6 +38,15 @@ Install an app:
uninstall <appid...> 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

Loading…
Cancel
Save