From f79e94d2c33496fbf4bfdb4aa2a42f165e9df39d Mon Sep 17 00:00:00 2001 From: Sylvain Combes Date: Tue, 2 Apr 2024 18:59:40 +0200 Subject: [PATCH] fix: update url for pip install step in the README.md The existing url was pointing to the html page instead of the raw content of the requirements.txt file --- 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