1
1
Fork 0

Merge branch 'master' of git.nixc.us:Nixius/go-glitch

This commit is contained in:
Colin 2024-06-11 17:11:41 -04:00
commit 4bbb288bcb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Go Glitch is a command-line utility that reads log messages from a file or stdin
To install the binary locally, you can use the provided installation script. Run the following command in your terminal:
```sh
curl -sSL https://git.nixc.us/Nixius/go-glitch/src/branch/master/install.sh | bash
curl -sSL https://git.nixc.us/Nixius/go-glitch/raw/branch/master/install.sh | bash
```
This will download and install the Go Glitch binary to your local machine.