Skip to content

Commit b7a2e4d

Browse files
committed
update readme
1 parent 5ad7f5a commit b7a2e4d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,23 @@ Options:
3737

3838
## Installation
3939

40+
### Cargo
41+
4042
You can install `typst-upgrade` via `cargo`:
4143

4244
```console
4345
$ cargo install typst-upgrade
4446
```
4547

46-
Or you can download the prebuilt binaries from the [release page](https://github.com/Coekjan/typst-upgrade/releases).
48+
Or if you use [`cargo-binstall`](https://github.com/cargo-bins/cargo-binstall), you can install `typst-upgrade` via `cargo binstall`:
49+
50+
```console
51+
$ cargo binstall typst-upgrade
52+
```
53+
54+
### Prebuilt Binaries
55+
56+
You can download the prebuilt binaries from the [release page](https://github.com/Coekjan/typst-upgrade/releases).
4757

4858
## License
4959

0 commit comments

Comments
 (0)