Skip to content

Commit

Permalink
Update credential docs for gnome-secret.
Browse files Browse the repository at this point in the history
This can now be installed directly from crates.io, which is generally
much faster than git.
  • Loading branch information
ehuss committed Dec 24, 2020
1 parent 75d5d8c commit 350394d
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 350394d

Please sign in to comment.