diff --git a/README.md b/README.md index 48af5d4..f356fe2 100644 --- a/README.md +++ b/README.md @@ -1 +1,23 @@ # F-Droid_src + +## Install + +```shell +pip install -r requirements.txt +``` + +## Usage + +```shell +python3 main.py --help +``` + +```shell +usage: main.py [-h] [--refresh] [--swh-token SWH_TOKEN] [--list-only] + +options: + -h, --help show this help message and exit + --refresh Redownload index-v2.json + --swh-token SWH_TOKEN + --list-only Only list repos to sourceCodes.txt, do not submit to SWH +```