diff --git a/docs/dev-tools/backends/cargo.md b/docs/dev-tools/backends/cargo.md index fc73aa5729..d61f1030fd 100644 --- a/docs/dev-tools/backends/cargo.md +++ b/docs/dev-tools/backends/cargo.md @@ -60,7 +60,7 @@ This will execute a `cargo install` command with the corresponding Git options. ## Settings -Set these with `mise settings set [VARIABLE] [VALUE]` or by setting the environment variable listed. +Set these with `mise settings set [VARIABLE]=[VALUE]` or by setting the environment variable listed. Some Cargo settings are only meaningful when mise runs `cargo install`. If `cargo-binstall` installs a prebuilt binary, Cargo build settings and `cargo install` behavior do not affect that diff --git a/docs/dev-tools/backends/conda.md b/docs/dev-tools/backends/conda.md index 4cbbb2b6f7..e96e5ae1e6 100644 --- a/docs/dev-tools/backends/conda.md +++ b/docs/dev-tools/backends/conda.md @@ -68,7 +68,7 @@ If a platform-specific package is not available, the backend will fall back to ` ## Settings -Set these with `mise settings set [VARIABLE] [VALUE]` or by setting the environment variable listed. +Set these with `mise settings set [VARIABLE]=[VALUE]` or by setting the environment variable listed.