Add missing doc

This commit is contained in:
Quentin 2022-04-19 14:38:29 +02:00
parent d62f87fa71
commit c69923f104
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 8 additions and 0 deletions

View File

@ -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