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.