From a1398aab235a786a75bbb5e1a4a97c6fc856a840 Mon Sep 17 00:00:00 2001 From: Jordi Deu-Pons Date: Wed, 15 Dec 2021 17:37:24 +0100 Subject: [PATCH] Use latest URL download at README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a73584..9f638e5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Tower Agent it is distributed as a single binary executable file. You only need 1. Download the latest Agent binary from Github: ``` -wget https://github.com/seqeralabs/tower-agent/releases/download/v0.2.1/tw-agent-0.2.1-linux-x86_64 -O tw-agent +curl -fSL https://github.com/seqeralabs/tower-agent/releases/latest/download/tw-agent-linux-x86_64 > tw-agent ``` 2. Make it executable: