From 251ba8a5582eabb952b960b74d812db64c6a8dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Sowi=C5=84ski?= Date: Thu, 28 Aug 2025 13:28:04 +0200 Subject: [PATCH] README: remove misguided mise option I was wrong, this is not how mise works. This doesn't help at all. You have to upgrade manually. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b461239..72a2ca2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ jelly-cli You can install `jelly-cli` on any platform (including Windows) using [mise](https://mise.jdx.dev/getting-started.html). Simply run: ```shell -mise use -g 'ubi:Jelly-RDF/cli[exe=jelly-cli]@latest' +mise use -g 'ubi:Jelly-RDF/cli[exe=jelly-cli]' jelly-cli ```