Skip to content

Commit 92597bf

Browse files
authored
docs: add instructions to use mise use vault command (#87)
1 parent a1c8499 commit 92597bf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ sudo snap install vault chezmoi
2828
```
2929

3030
## Initialisierung
31+
Damit das `vault` command bekannt ist, muss mise einmal mitgeteilt werden dass dieses command benutzt werden soll:
32+
33+
```shell
34+
mise use vault
35+
```
36+
37+
Jetzt kann Vault initialisiert werden:
3138

3239
```shell
3340
export VAULT_ADDR="https://vault.ops.zeit.de/"

0 commit comments

Comments
 (0)