From: funilrys Date: Sat, 1 Sep 2018 07:56:39 +0000 (+0200) Subject: Deletion of python2 related information X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0782145b8e930921c4c8006f960d9d23247f8814;p=stevenblack-hosts.git Deletion of python2 related information --- 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 -