From 8fa6789277d1df409f8b0c923018fc633dc66c0d Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 13 Dec 2023 20:09:28 +0100 Subject: [PATCH] sudoedit as safer alternative to sudo $EDITOR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca69f47..cd08a7c 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ $ cd - ``` * (Fedora box) Adjust `dictd` configuration to point to dictionary files: ```bash -$ sudo $EDITOR /etc/dictd.conf +$ sudoedit /etc/dictd.conf global { listen_to 127.0.0.1 }