Skip to content

Commit 134f614

Browse files
committed
Auto merge of #9013 - ehuss:credential-install-gnome-secret, r=Eh2406
Update credential docs for gnome-secret. This can now be installed directly from crates.io, which is generally much faster than git.
2 parents 75d5d8c + 350394d commit 134f614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/unstable.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ Linux systems. Due to build limitations, this wrapper is not available as a
10371037
pre-compiled binary. This can be built and installed manually. First, install
10381038
libsecret using your system package manager (for example, `sudo apt install
10391039
libsecret-1-dev`). Then build and install the wrapper with `cargo install
1040-
--git https://github.com/rust-lang/cargo.git cargo-credential-gnome-secret`.
1040+
cargo-credential-gnome-secret`.
10411041
In the config, use a path to the binary like this:
10421042

10431043
```toml

0 commit comments

Comments
 (0)