diff --git a/README.md b/README.md index f2bb8ea..e8ba3e9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A Go-based REST API and management layer that sits alongside an Authelia LXC on Download and execute the installation script: ```bash -curl -fsSL https://github.com/yourusername/authelia-api/raw/main/install-authelia-api.sh | sudo bash +curl -fsSL https://git.lohmar.co.uk/cclohmar/autehlia-api/raw/branch/main/install-authelia-api.sh | sudo bash ``` ### Manual Installation @@ -26,7 +26,7 @@ curl -fsSL https://github.com/yourusername/authelia-api/raw/main/install-autheli 1. **Download the binary**: ```bash # Download the latest authelia-api binary - curl -fsSL -o authelia-api https://github.com/yourusername/authelia-api/releases/latest/download/authelia-api + curl -fsSL -o authelia-api https://git.lohmar.co.uk/cclohmar/autehlia-api/raw/branch/main/authelia-api chmod +x authelia-api ``` @@ -87,4 +87,4 @@ The repository provides a ready-to-deploy binary. The installation script handle ## License -MIT License \ No newline at end of file +MIT License