Skip to content

Commit 04da420

Browse files
authoredFeb 4, 2024
docs: update README.md (#205)
1 parent 52e54fd commit 04da420

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed
 

‎README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,25 @@
22

33
## Installation
44

5+
### Using cargo
6+
57
```sh
68
cargo install --locked --git https://github.com/koyashiro/vpm-repos-gen
79
```
810

11+
### Prebuilt binaries
12+
13+
<https://github.com/koyashiro/vpm-repos-gen/releases/latest>
14+
915
## Example
1016

1117
```sh
12-
vpm-repos-gen --name "koyashiro" --author 'koyashiro' --url 'https://vpm.koyashiro.net/repos.json' --id 'net.koyashiro.vpm' --repos 'koyashiro/udon-list,koyashiro/udon-dictionary'
18+
vpm-repos-gen \
19+
--name 'koyashiro' \
20+
--author 'koyashiro' \
21+
--url 'https://vpm.koyashiro.net/repos.json' \
22+
--id 'net.koyashiro.vpm' \
23+
--repos 'koyashiro/udon-list,koyashiro/udon-dictionary'
1324
```
1425

1526
<details>

0 commit comments

Comments
 (0)
Please sign in to comment.