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.
2 parents 794ccc5 + fe17e8b commit 6f9c48eCopy full SHA for 6f9c48e
crate_universe/DEVELOPMENT.md
@@ -14,7 +14,7 @@ It's then recommended to export the `CARGO_BAZEL_GENERATOR_URL` environment
14
variable to be a `file://` url to the built binary on disk.
15
16
```shell
17
-export CARGO_BAZEL_GENERATOR_URL=$(pwd)/target/debug/cargo-bazel
+export CARGO_BAZEL_GENERATOR_URL=file://$(pwd)/target/debug/cargo-bazel
18
```
19
20
From here on, the repository rule can be run
0 commit comments