aboutsummaryrefslogtreecommitdiff
path: root/op_guide
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-04-19 14:38:29 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-04-19 14:38:29 +0200
commitc69923f104a05920b6f4d285f70af1494e363eac (patch)
treea3dc45e53a91a42179db208d686e6c0a2a2408bd /op_guide
parentd62f87fa7158c76eb5085cca5cbdaa53035357c7 (diff)
downloadinfrastructure-c69923f104a05920b6f4d285f70af1494e363eac.tar.gz
infrastructure-c69923f104a05920b6f4d285f70af1494e363eac.zip
Add missing doc
Diffstat (limited to 'op_guide')
-rw-r--r--op_guide/secrets/README.md8
1 files changed, 8 insertions, 0 deletions
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