This commit is contained in:
randogoth 2025-10-20 22:51:38 +03:00
parent c3d90763ce
commit 38fa950b0e

View file

@ -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): 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 ## CLI