safe language

This commit is contained in:
Colin 2024-08-29 10:59:13 -04:00
parent faded70106
commit 3f46354f1a
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Heres the updated `README.md` documentation tailored for the `go-compose-expo
To install the binary locally, use the provided installation script. Run the following command in your terminal:
```sh
curl -sSL https://git.nixc.us/Nixius/go-compose-exporter/raw/branch/master/install.sh | bash
curl -sSL https://git.nixc.us/Nixius/go-compose-exporter/raw/branch/main/install.sh | bash
```
This will download and install the **Go Compose Exporter** binary to your local machine.

View File

@ -4,7 +4,7 @@ set -x # Enable debugging mode to print each command before executing
INSTALL_DIR="/usr/local/bin"
BINARY_NAME="go-compose-exporter"
BASE_URL="https://git.nixc.us/Nixius/go-compose-exporter/raw/branch/master/dist"
BASE_URL="https://git.nixc.us/Nixius/go-compose-exporter/raw/branch/main/dist"
# Supported architectures
ARCHITECTURES=("linux/amd64" "linux/arm64" "linux/arm/v7" "darwin/amd64" "darwin/arm64")