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.
1 parent 958a301 commit abe4a73Copy full SHA for abe4a73
README.md
@@ -32,7 +32,7 @@ fn main() -> java_locator::errors::Result<()> {
32
33
Having rust [installed](https://www.rust-lang.org/tools/install), you may install the utility using cargo:
34
35
-`cargo install java-locator --no-default-features --features "build-binary"`
+`cargo install java-locator --features build-binary`
36
37
And then, issuing
38
src/lib.rs
@@ -46,7 +46,7 @@ fn main() -> java_locator::errors::Result<()> {
46
47
48
49
-`cargo install java_locator`
50
51
52
0 commit comments