From: Steven Black Date: Tue, 23 Feb 2016 00:39:41 +0000 (-0500) Subject: Place extension documentation within the extensions folder. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0f45c3945caca44f77ce07490bcf9a21dbe79936;p=stevenblack-hosts.git Place extension documentation within the extensions folder. --- diff --git a/extensions/readme.md b/extensions/readme.md new file mode 100644 index 000000000..a039d4c37 --- /dev/null +++ b/extensions/readme.md @@ -0,0 +1,18 @@ +# Extensions + +Use subfolders under the `extensions` folder to house extensions for additional variants of the final amalgamated +hosts file. + +Currently this repo includes a `porn` extension which you can optionally add to your final amalgamated file. + +More built-in extensions are coming soon. + +Here's a sample call to include the `porn` extension. + +Using Python 3: + + python3 updateHostsFile.py [--auto] --extensions porn + +Using Python 2.7: + + python updateHostsFile.py [--auto] --extensions porn