fix grlx url

This commit is contained in:
2023-10-21 17:12:20 -07:00
parent 7b4790f9c4
commit 1a4877b360

View File

@@ -8,7 +8,7 @@ CLI from macOS as well.
1. Download and initialize the command line utility from our releases to your dev machine.
```bash
# replace 'linux' with darwin if you're on macOS
curl -L https://releases.grlx.dev/linux/amd64/grlx > grlx && chmod +x grlx
curl -L https://releases.grlx.dev/linux/amd64/latest/grlx > grlx && chmod +x grlx
./grlx init
```
You'll be asked some questions, such as which interface the `farmer` is listening on, and which ports to use for communication.