diff options
| author | alex <alex@pdp7.net> | 2026-02-15 11:14:03 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-02-15 11:14:03 +0100 |
| commit | bcf8b5a6571fe29f10dc4edac530b630b87c91f7 (patch) | |
| tree | 598b6a4785df4b907a0a587bd06ba9aac0674e35 /gemini-to-web | |
| parent | e07dd0d3c0804a317ed030115b4ca8dd41a5e432 (diff) | |
Add installation instructions
Diffstat (limited to 'gemini-to-web')
| -rw-r--r-- | gemini-to-web/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
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 <<EOT > # Hello |
