Skip to content

Commit 1072754

Browse files
committed
Add cargo install instructions to README
1 parent cf937b0 commit 1072754

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,17 @@ $ cargo run --release
147147
$ cargo run --release --features wgpu
148148
```
149149

150+
Or using `cargo install`.
151+
152+
```shell
153+
$ cargo install --git https://github.com/encounter/objdiff.git objdiff-gui
154+
# or, for wgpu backend (recommended on macOS)
155+
$ cargo install --git https://github.com/encounter/objdiff.git objdiff-gui --features wgpu
156+
157+
# then run objdiff
158+
$ objdiff
159+
```
160+
150161
## License
151162

152163
Licensed under either of

0 commit comments

Comments
 (0)