Skip to content

Commit 199c07e

Browse files
authored
Add cargo install instructions to README (#105)
1 parent 56a5a61 commit 199c07e

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
@@ -164,6 +164,17 @@ $ cd objdiff
164164
$ cargo run --release
165165
```
166166

167+
Or using `cargo install`.
168+
169+
```shell
170+
$ cargo install --git https://github.com/encounter/objdiff.git objdiff-gui
171+
# or, for wgpu backend (recommended on macOS)
172+
$ cargo install --git https://github.com/encounter/objdiff.git objdiff-gui --features wgpu
173+
174+
# then run objdiff
175+
$ objdiff
176+
```
177+
167178
## License
168179

169180
Licensed under either of

0 commit comments

Comments
 (0)