mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-09 21:47:42 +00:00
Add cargo install instructions to README (#105)
This commit is contained in:
11
README.md
11
README.md
@@ -164,6 +164,17 @@ $ cd objdiff
|
|||||||
$ cargo run --release
|
$ cargo run --release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or using `cargo install`.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ cargo install --git https://github.com/encounter/objdiff.git objdiff-gui
|
||||||
|
# or, for wgpu backend (recommended on macOS)
|
||||||
|
$ cargo install --git https://github.com/encounter/objdiff.git objdiff-gui --features wgpu
|
||||||
|
|
||||||
|
# then run objdiff
|
||||||
|
$ objdiff
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Licensed under either of
|
Licensed under either of
|
||||||
|
|||||||
Reference in New Issue
Block a user