mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
Update README.md
Add parameter to do the right thing, see https://github.com/getsops/sops/issues/856#issuecomment-821153667
This commit is contained in:
parent
6e5a38e08a
commit
bd37242e3c
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ $ tree .
|
|||
After configuring `.sops.yaml`, you can open a new file with sops:
|
||||
|
||||
```console
|
||||
$ nix-shell -p sops --run "sops secrets/example.yaml"
|
||||
$ nix-shell -p sops --run "sops --encrypt secrets/example.yaml"
|
||||
```
|
||||
|
||||
This will start your configured editor located at the `$EDITOR` environment variable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue