From 449651e94f5b011af7d39017262484747f7caeeb Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 15 Jan 2019 01:46:11 +0100 Subject: [PATCH] Remove mentions of text interface from readme. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e41674..f72a3e5 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ **Whyblocked** allows you to store the reason why you blocked someone, along with "receipts", URLs to the posts that led you to block them. -It has a text- and a Qt-interface and uses an SQLite-database. +It has a Qt-interface and uses an SQLite-database. ![Screenshot Qt interface](https://doc.schlomp.space/whyblocked/whyblocked_screenshot.png) ## Usage -For the text interface start `whyblocked`, for the Qt interface -`whyblocked-gui`. You can also start it from the menu of your desktop +Start `whyblocked-gui`. You can also start it from the menu of your desktop environment. ## Install