Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
formatting
  • Loading branch information
jkrech authored Sep 3, 2024
1 parent 9b67a22 commit b58a84a
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,17 @@ Just head to the release page and download the binary for your system.
</index>
```
- invoke `vidx2pidx vendor.vidx`

```bash
$ vidx2pidx <index>.vidx

Options:

-h, --help show usage and help info
-V, --version show version and copyright info
-v, --verbose show progress details
-o, --output specify index file directory and name
-c, --cachedir specify directory where downloaded pidx and pdsc files are stored (default ./.idxcache)
-f, --force force update – ignore timestamp information
```bash
$ vidx2pidx <index>.vidx

Options:

-h, --help show usage and help info
-V, --version show version and copyright info
-v, --verbose show progress details
-o, --output specify index file directory and name
-c, --cachedir specify directory where downloaded pidx and pdsc files are stored (default ./.idxcache)
-f, --force force update – ignore timestamp information
```

Now the generated `index.pidx` can be used with cpackget to validate that all listed packs can be installed:
Expand Down

0 comments on commit b58a84a

Please sign in to comment.