safe language
This commit is contained in:
parent
faded70106
commit
3f46354f1a
|
@ -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:
|
To install the binary locally, use the provided installation script. Run the following command in your terminal:
|
||||||
|
|
||||||
```sh
|
```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.
|
This will download and install the **Go Compose Exporter** binary to your local machine.
|
||||||
|
|
|
@ -4,7 +4,7 @@ set -x # Enable debugging mode to print each command before executing
|
||||||
|
|
||||||
INSTALL_DIR="/usr/local/bin"
|
INSTALL_DIR="/usr/local/bin"
|
||||||
BINARY_NAME="go-compose-exporter"
|
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
|
# Supported architectures
|
||||||
ARCHITECTURES=("linux/amd64" "linux/arm64" "linux/arm/v7" "darwin/amd64" "darwin/arm64")
|
ARCHITECTURES=("linux/amd64" "linux/arm64" "linux/arm/v7" "darwin/amd64" "darwin/arm64")
|
||||||
|
|
Loading…
Reference in New Issue