Browse Source

update readme: repo subcommand

pull/70/head
Linus789 3 years ago
parent
commit
dfd3171a19
  1. 21
      README.md

21
README.md

@ -44,6 +44,7 @@ Unofficial packages are available on: [Debian](https://packages.debian.org/buste
defaults Reset to the default settings
version Print version information
clean Clean index and/or cache
repo Manage repositories
An appid is just an app's unique package name. A specific version of an app can
@ -61,6 +62,26 @@ you will likely find it at `~/.config/fdroidcl/config.json`.
You can run `fdroidcl defaults` to create the config with the default settings.
#### *new: you can manage the repositories now directly via cli*
```
usage: fdroidcl repo
List, add, remove, enable or disable repositories.
When a repository is added, it is enabled by default.
List repositories:
$ fdroidcl repo
Modify repositories:
$ fdroidcl repo add <NAME> <URL>
$ fdroidcl repo remove <NAME>
$ fdroidcl repo enable <NAME>
$ fdroidcl repo disable <NAME>
```
### Advantages over the Android client
* Command line interface

Loading…
Cancel
Save