From 127ad74e59ccb08eaf4e3db91104f98e9f940e37 Mon Sep 17 00:00:00 2001 From: midget3111 Date: Wed, 23 Sep 2020 21:43:16 +0100 Subject: [PATCH] Update README.md Added screenshot and generally helpful installation / updating tips. --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cf5815..bb31241 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,16 @@ Yet another discord overlay for linux written in Python using GTK3 Considerably lighter on system resources and less hack-and-slash included than discord-overlay. +![Screenshot](https://user-images.githubusercontent.com/964775/94065879-9c4e4480-fde3-11ea-9b8a-4688fd02ca17.png) ## Installing +``` +git clone https://github.com/trigg/Discover.git +cd Discover +``` + +## Dependencies Requires PyGTK3, websocket_client ``` @@ -17,7 +24,14 @@ run `discover.py` Comes with sane-enough defaults but has a system tray icon & settings window if needed. -## Still in work +## Updating + +Navigate to location of installation +``` +git pull +``` + +## Still in progress Not all features are at the level I would like.