diff --git a/README.md b/README.md index 5c6e8bb..4fe1e2d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Here’s 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. diff --git a/install.sh b/install.sh index 98eea99..c3c6f29 100644 --- a/install.sh +++ b/install.sh @@ -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")