Deletion of python2 related information

This commit is contained in:
funilrys
2018-09-01 09:56:39 +02:00
committed by Steven Black
parent e2be45842b
commit 0782145b8e

View File

@@ -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