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:
Daniel Kahlenberg 2025-10-10 23:19:11 +02:00 committed by GitHub
parent 6e5a38e08a
commit bd37242e3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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