From 75e1957a260e6894804b003ce56b4e80070f6e9b Mon Sep 17 00:00:00 2001 From: pdmarf <135653545+pdmarf@users.noreply.github.com> Date: Fri, 17 Apr 2026 22:54:51 +0100 Subject: [PATCH] Add public Gitea URL for non-Tailscale installs --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e09b690..803df8e 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,20 @@ apt install git -y Then clone and run setup: +**On Tailscale:** ```bash git clone http://100.120.125.113:3000/pdm/security-tools.git cd security-tools bash setup.sh ``` +**Without Tailscale:** +```bash +git clone https://gitea.pdmarf.co.uk/pdm/security-tools.git +cd security-tools +bash setup.sh +``` + To clone to a specific path: ```bash