From bd37242e3cb539dac565df1341443ed902ce864f Mon Sep 17 00:00:00 2001 From: Daniel Kahlenberg <573@users.noreply.github.com> Date: Fri, 10 Oct 2025 23:19:11 +0200 Subject: [PATCH] Update README.md Add parameter to do the right thing, see https://github.com/getsops/sops/issues/856#issuecomment-821153667 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 908f3f8..8953e75 100644 --- a/README.md +++ b/README.md @@ -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.