From b0f4bb9dc0a712fc41585f5c880506ff0e02d4a9 Mon Sep 17 00:00:00 2001 From: Razvan Dimescu Date: Fri, 20 Mar 2026 11:42:30 +0200 Subject: [PATCH] fix README: show how to actually run install/uninstall Co-Authored-By: Claude Opus 4.6 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1936af..f5cb828 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,13 @@ dig @127.0.0.1 ads.google.com # ✗ blocked → 0.0.0.0 Set Numa as your system DNS (all traffic goes through Numa): ```bash -sudo numa install # saves current DNS, sets system to 127.0.0.1 -sudo numa uninstall # restores original DNS settings +sudo cargo run -- install # saves current DNS, sets system to 127.0.0.1 +sudo cargo run -- uninstall # restores original DNS settings + +# Or if installed to PATH: +sudo cp target/release/numa /usr/local/bin/ +sudo numa install +sudo numa uninstall ``` Create an override: