From c69923f104a05920b6f4d285f70af1494e363eac Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 19 Apr 2022 14:38:29 +0200 Subject: [PATCH] Add missing doc --- op_guide/secrets/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/op_guide/secrets/README.md b/op_guide/secrets/README.md index 9e50168..0116f90 100644 --- a/op_guide/secrets/README.md +++ b/op_guide/secrets/README.md @@ -76,6 +76,14 @@ pkg install password-store # FreeBSD *Go to [passwordstore.org](https://www.passwordstore.org/) for more information about pass*. +Download the repository: + +``` +mkdir -p ~/.password-store +cd ~/.password-store +git clone https://git.example.com/org/repo.git deuxfleurs +``` + And then check that everything work: ```bash