mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-07 23:23:34 +00:00
Add cargo install
instructions to README (#105)
This commit is contained in:
parent
56a5a61825
commit
199c07e975
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user