From dc8fbc1ef7d7df16f81158142ec1588829deefac Mon Sep 17 00:00:00 2001 From: ps350 <88105621+ps350@users.noreply.github.com> Date: Sat, 26 Oct 2024 12:53:31 -0700 Subject: [PATCH] Update latest version for validator setup --- docs/join.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/join.md b/docs/join.md index e345e76..1b2aee6 100644 --- a/docs/join.md +++ b/docs/join.md @@ -11,7 +11,7 @@ Althea L1 mainnet dress rehersal testnet has already launched, so this guide is If you have a system architecture other than x86_64 Linux you will need to [grab the source code](https://github.com/althea-net/althea-l1) and build your own binary. But the vast majority of users should be able to download the release below. ```bash -wget https://github.com/althea-net/althea-L1/releases/download/v1.0.0-rc1/althea-linux-amd64 +wget https://github.com/AltheaFoundation/althea-L1/releases/download/v1.4.0/althea-linux-amd64 chmod +x althea-linux-amd64 sudo mv althea-linux-amd64 /usr/sbin/althea ```