From dcbc5b27244d8a5b02f52f6ee80217d138a74a91 Mon Sep 17 00:00:00 2001 From: trigg Date: Mon, 19 Oct 2020 11:49:06 +0000 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3dbe6d5..854db0c 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,26 @@ python3 -m pip install . ## Dependencies -Requirements should be handled by pip. - -Requires PyGTK3 3.22 or newer, websocket_client +Most requirements should be handled by pip. A compositor is strongly advised but there is a non-compositor mode optionally +It is advised to install python-gobject from your own package manager. + +#### Debian/Ubuntu + +`apt install python3-gi` + +#### Arch + +`pacman -S python-gobject` + ## Usage run `discover-overlay` if this fails it is most likely in `~/.local/bin/discover-overlay` -Comes with sane-enough defaults but has a system tray icon & settings window if needed. +Comes with sane-enough default but has a configuration screen to tweak to your own use. Configuration can be reached either via System tray or by running `discover-overlay --configure` ## Why do you keep making Discord Overlays?