Add missing doc
This commit is contained in:
parent
d62f87fa71
commit
c69923f104
1 changed files with 8 additions and 0 deletions
|
@ -76,6 +76,14 @@ pkg install password-store # FreeBSD
|
||||||
|
|
||||||
*Go to [passwordstore.org](https://www.passwordstore.org/) for more information about pass*.
|
*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:
|
And then check that everything work:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Reference in a new issue