From 1b0aaad6897075659b96ae937c186a780ad389b6 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Sun, 4 Jan 2026 21:18:18 -0600 Subject: [PATCH] Update README.md --- README.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 43aef66..8bd58e2 100644 --- a/README.md +++ b/README.md @@ -14,29 +14,19 @@ A simple way to serve pages and files over the [Reticulum network](https://retic - [ ] Move to single small and rootless docker image - [ ] Codebase cleanup -- [ ] Update PyPI publishing workflow +- [ ] Update PyPI publishing workflow to Gitea ## Usage ```bash # Pip -# May require --break-system-packages - -pip install rns-page-node - -# Pipx - -pipx install rns-page-node - -# uv - +pipx install git+https://git.quad4.io/RNS-Things/rns-page-node.git +# Pipx via Git +pipx install git+https://git.quad4.io/RNS-Things/rns-page-node.git +# UV uv venv source .venv/bin/activate -uv pip install rns-page-node - -# Pipx via Git - -pipx install git+https://git.quad4.io/RNS-Things/rns-page-node.git +uv pip install git+https://git.quad4.io/RNS-Things/rns-page-node.git ``` ## Usage