Skip to content

Commit

Permalink
Auto merge of #9013 - ehuss:credential-install-gnome-secret, r=Eh2406
Browse files Browse the repository at this point in the history
Update credential docs for gnome-secret.

This can now be installed directly from crates.io, which is generally much faster than git.
  • Loading branch information
bors committed Dec 24, 2020
2 parents 75d5d8c + 350394d commit 134f614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/unstable.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 134f614

Please sign in to comment.