From 350394d567b093460c32c64d60c619a3f40ecf91 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 23 Dec 2020 17:43:28 -0800 Subject: [PATCH] Update credential docs for gnome-secret. This can now be installed directly from crates.io, which is generally much faster than git. --- src/doc/src/reference/unstable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index 4ffc13f450f..9f016d360e8 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -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