From 91415d80b8612c2420a4cb3fdaf90dea98ae632f Mon Sep 17 00:00:00 2001 From: aydakikio <127264152+aydakikio@users.noreply.github.com> Date: Sun, 3 Mar 2024 15:33:44 +0330 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c6e1cc..ff83dfa 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,12 @@ if output of commend is: `/usr/bin/bash` that means you are using bash and you c # How to setup For adding a website for blocking , add `"www.website address"` to `websites` array in script. It will generate a block state for each ip and website in `websites` array. Each block state will add to `/etc/hosts/` file later. -For editing the script run this commend on terminal: +For editing the script run this commend on terminal and add websites to `websites` array in script: > $ nano blocker.sh You can fill `nano` with your favourite text editor. -then you can add websites to `websites` array in script. > [!WARNING] > please don't insert websites with `https://` or `http://` prefixes. This method will not working with these prefixes.