From 0782145b8e930921c4c8006f960d9d23247f8814 Mon Sep 17 00:00:00 2001 From: funilrys Date: Sat, 1 Sep 2018 09:56:39 +0200 Subject: [PATCH] Deletion of python2 related information --- extensions/readme.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/extensions/readme.md b/extensions/readme.md index 056d42130..ded2d63b0 100644 --- a/extensions/readme.md +++ b/extensions/readme.md @@ -12,7 +12,7 @@ Currently, this repo includes data sources for four extensions: Here are some sample calls, which vary which extensions are included. -**Using Python 3**: +**Using the `updateHostsFile.py` script**: Create a hosts file that includes domain blocking for porn, social media, and gambling. @@ -22,13 +22,3 @@ or, in short form: python3 updateHostsFile.py -a -e porn social gambling - - -**Using Python 2.7**: - - python updateHostsFile.py -auto --extensions porn social gambling - -or, in short form: - - python updateHostsFile.py -a -e porn social gambling -