We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab85c7 commit 74e884cCopy full SHA for 74e884c
README.md
@@ -61,22 +61,18 @@ Compile the output with `typst compile` to get a PDF with visual diff markup.
61
62
## Installation
63
64
-### From source
+### From crates.io
65
66
```sh
67
-cargo install --git https://github.com/sou1118/typdiff
+cargo install typdiff
68
```
69
70
-### Build locally
+### From source (latest development version)
71
72
73
-git clone https://github.com/sou1118/typdiff
74
-cd typdiff
75
-cargo build --release
+cargo install --git https://github.com/sou1118/typdiff
76
77
78
-The binary will be at `target/release/typdiff`.
79
-
80
## Usage
81
82
0 commit comments