From d91af1e8c4286a513a3b0e380d7ec2cbbba031a2 Mon Sep 17 00:00:00 2001 From: lissine Date: Tue, 20 Aug 2024 11:11:56 +0100 Subject: [PATCH] docs: specify the version string for bleeding edge builds in the README Otherwise, the command will install the latest tagged release from pypi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c165b2..cfefde0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ With [pipx](https://pypa.github.io/pipx/): pipx install slidcord # for the bleeding edge -pipx install slidcord \ +pipx install slidcord==0.0.0.dev0 \ --pip-args='--extra-index-url https://slidge.im/repo' slidcord --help -- 2.45.2