From 9bf82417226378a244f5966eb79a68b2e664da10 Mon Sep 17 00:00:00 2001 From: Gilles Mouchet Date: Wed, 8 Oct 2025 18:35:54 +0200 Subject: [PATCH] updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c7d6cc..f832aca 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Blocks all outgoing http and https traffic Server `proxy` started ## Installation ```bash -cp block_outgoing_http_https_traffic/stop-outgoing-traffic-http-https /usr/local/bin/. -chmod +x /usr/local/bin/stop-outgoing-traffic-http-https +sudo cp block_outgoing_http_https_traffic/stop-outgoing-traffic-http-https.sh /usr/local/bin/. +sudo chmod +x /usr/local/bin/stop-outgoing-traffic-http-https.sh ``` ## Usage ```bash