From bcf8b5a6571fe29f10dc4edac530b630b87c91f7 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 15 Feb 2026 11:14:03 +0100 Subject: Add installation instructions --- gemini-to-web/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'gemini-to-web/README.md') diff --git a/gemini-to-web/README.md b/gemini-to-web/README.md index 2c492db..ad9476c 100644 --- a/gemini-to-web/README.md +++ b/gemini-to-web/README.md @@ -1,5 +1,21 @@ # `gemini-to-web` +## Installation + +With [uv](https://docs.astral.sh/uv/): + +``` +uv tool install git+https://ñix.es/cgit/alex/coppewebite.git/#subdirectory=gemini-to-web +``` + +With [pipx](https://pipx.pypa.io/stable/): + +``` +pipx install git+https://ñix.es/cgit/alex/coppewebite.git/#subdirectory=gemini-to-web +``` + +## Usage + ```console $ uv run coppewebite-parse < # Hello -- cgit v1.2.3