From b1a62d187f54e4883c3399569ee55422175e4270 Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 23 Oct 2020 23:17:18 -0400 Subject: [PATCH] update installation version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdbbd2ce..738420a0 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ This works on any OS, as long as go is installed. If go is not installed on your Visit the [release](https://github.com/commander-cli/commander/releases) page to get the binary for you system. ```bash -curl -L https://github.com/commander-cli/commander/releases/download/v1.2.2/commander-linux-amd64 -o commander +curl -L https://github.com/commander-cli/commander/releases/download/v2.3.0/commander-linux-amd64 -o commander chmod +x commander ```