From 51896fd3eef7bf4b767299f9f6ee381ee31d745f Mon Sep 17 00:00:00 2001 From: trigg Date: Tue, 29 Sep 2020 18:15:39 +0100 Subject: [PATCH] - Instructions for latest & stable --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ccfa18e..708935f 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,18 @@ Considerably lighter on system resources and less hack-and-slash included than d ## Installing +### Stable ``` python3 -m pip install discover-overlay ``` +### Latest Testing +``` +git clone https://github.com/trigg/Discover.git +cd Discover +python3 -m pip install . +``` + ## Dependencies Requirements should be handled by pip.