From 62f80f403c5b427e91debaefc71ef7f0ce6b1543 Mon Sep 17 00:00:00 2001 From: Julian Hille <741067+julianhille@users.noreply.github.com> Date: Wed, 28 Sep 2022 10:38:11 +0200 Subject: [PATCH] Fix link to requirements file in readme The link pointed to the html / ui version of the file but it needs to be the raw file to be used as requirements file for pip. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05494f9..b908824 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This extension requires Python > 3 and a few python packages installed on your s To install them, you can run the following command, on your terminal: ```bash -pip install -r https://github.com/brpaz/ulauncher-github/blob/master/requirements.txt +pip install -r https://raw.githubusercontent.com/brpaz/ulauncher-github/master/requirements.txt ``` ### Install the extension