From 1a4877b360e417623c878454ad25cfa9fe8438ee Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Sat, 21 Oct 2023 17:12:20 -0700 Subject: [PATCH] fix grlx url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3663078..4128576 100644 --- a/README.md +++ b/README.md @@ -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.