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.
This commit is contained in:
bors 2020-12-24 01:51:32 +00:00
commit 134f61406e

View File

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