Skip to content

Commit

Permalink
doc: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqzss committed Sep 27, 2023
1 parent 4ae4d21 commit 945547d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 945547d

Please sign in to comment.