We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
README.md
1 parent 52e54fd commit 04da420Copy full SHA for 04da420
README.md
@@ -2,14 +2,25 @@
2
3
## Installation
4
5
+### Using cargo
6
+
7
```sh
8
cargo install --locked --git https://github.com/koyashiro/vpm-repos-gen
9
```
10
11
+### Prebuilt binaries
12
13
+<https://github.com/koyashiro/vpm-repos-gen/releases/latest>
14
15
## Example
16
17
-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'
24
25
26
<details>
0 commit comments