diff --git a/README.md b/README.md index 6813bbd..cfc5a57 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ go get -u github.com/CeoFred/nturu Download the latest release binary for your platform from the [GitHub Releases](https://github.com/CeoFred/nturu/releases) page. Make it executable and move it to a directory in your PATH. ```bash -curl -LJO https://github.com/CeoFred/nturu/releases/download/v1.0.0/nturu +curl -LJO https://github.com/CeoFred/nturu/releases/download/v1.0.1/nturu chmod +x nturu mv nturu /usr/local/bin/nturu ```