From f80bc52622ee427d6093983ea5b277ef7bd8900b Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Thu, 12 Sep 2024 21:35:34 -0400 Subject: [PATCH] docs: update install pipx example --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73e580c..d168571 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,8 @@ presets: ## Installation -The best way to enjoy this is via pipx: `pipx install git+https://forge.karnov.club/marc/slck`. +The best way to enjoy this is via pipx: + +``` +pipx install git+https://forge.karnov.club/marc/slck.git +```