We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad7f5a commit b7a2e4dCopy full SHA for b7a2e4d
README.md
@@ -37,13 +37,23 @@ Options:
37
38
## Installation
39
40
+### Cargo
41
+
42
You can install `typst-upgrade` via `cargo`:
43
44
```console
45
$ cargo install typst-upgrade
46
```
47
-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).
57
58
## License
59
0 commit comments