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.