From 38fa950b0e31466323c14edb6622ec886a43d7fe Mon Sep 17 00:00:00 2001 From: randogoth Date: Mon, 20 Oct 2025 22:51:38 +0300 Subject: [PATCH] install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1c7c3f..8bc4d99 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This repository contains the `md2txt` command line tool and supporting libraries Install the CLI directly from GitHub with [uv](https://github.com/astral-sh/uv): ``` -uv tool install --from github:randogoth/md2txt md2txt +uv tool install --from git+https://github.com/randogoth/md2txt/ md2txt ``` ## CLI