From bdafcb08b380fb295cc5c228b6284a4c0ccb5e7f Mon Sep 17 00:00:00 2001 From: spla Date: Tue, 23 Aug 2022 20:40:53 +0200 Subject: [PATCH] Added sqlite3 support --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9b67b5..52868d4 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ Within Python Virtual Environment: 1. Run `pip install -r requirements.txt` to install needed Python libraries. -2. Run `python peers.py` to collect and store all needed data from your server peers. +2. Run `python peers.py` (or `sqlite-peers.py` for sqlite3 version) to collect and store all needed data from your server peers. 3. Edit `software.txt` file, add the software you want to block, one per line, and save it. -4. Run `python blocksoft.py` to block the configured software. +4. Run `python blocksoft.py` (or `sqlite-bs.py` for sqlite3 version) to block the configured software. [demo](https://git.mastodont.cat/spla/blocksoft/raw/branch/master/blocksoft.mov)