Skip to content

Commit

Permalink
document running octotail through uvx
Browse files Browse the repository at this point in the history
  • Loading branch information
rarescosma committed Oct 16, 2024
1 parent ee96c52 commit 4e7d579
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,25 @@ If unsure, and on Arch:
paru ungoogled-chromium-bin
```

### `uvx` script

With [uv & uvx][] installed one can simply and hassle-free invoke `octotail`
through `uvx`.

We'll still need to generate the proxy root certificate:

```shell
uvx --from=octotail generate-certs
```

...and install them manually. See [Install the generated proxy root certificate](#install-the-generated-proxy-root-certificate)

Then simply:

```shell
uvx --from=octotail octotail --help
```

### Pypi package

```shell
Expand Down

0 comments on commit 4e7d579

Please sign in to comment.