Skip to content

Commit 74e884c

Browse files
committed
docs: update installation instructions for crates.io release
1 parent cab85c7 commit 74e884c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,18 @@ Compile the output with `typst compile` to get a PDF with visual diff markup.
6161

6262
## Installation
6363

64-
### From source
64+
### From crates.io
6565

6666
```sh
67-
cargo install --git https://github.com/sou1118/typdiff
67+
cargo install typdiff
6868
```
6969

70-
### Build locally
70+
### From source (latest development version)
7171

7272
```sh
73-
git clone https://github.com/sou1118/typdiff
74-
cd typdiff
75-
cargo build --release
73+
cargo install --git https://github.com/sou1118/typdiff
7674
```
7775

78-
The binary will be at `target/release/typdiff`.
79-
8076
## Usage
8177

8278
```

0 commit comments

Comments
 (0)