We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo install
1 parent 56a5a61 commit 199c07eCopy full SHA for 199c07e
README.md
@@ -164,6 +164,17 @@ $ cd objdiff
164
$ cargo run --release
165
```
166
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
178
## License
179
180
Licensed under either of
0 commit comments