From 46caa3dc37a6dffa1d452ce62c703d4eda2c4075 Mon Sep 17 00:00:00 2001 From: Cosmic Vagabond <121588426+cosmic-vagabond@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:43:14 +0200 Subject: [PATCH] docs: add other os download commands --- scripts/upgrade-assure/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade-assure/README.md b/scripts/upgrade-assure/README.md index 6148c5b7d..99a802395 100644 --- a/scripts/upgrade-assure/README.md +++ b/scripts/upgrade-assure/README.md @@ -31,14 +31,20 @@ git tag v0.31.0 make install ``` -### Step 3: Retrieve the Current Binary for Darwin Users +### Step 3: Retrieve the current binary depending on your OS -Download the specific binary for Darwin ARM64 architecture using `curl`: +For MacOS/Darwin users: ```bash curl -L https://github.com/elys-network/elys/releases/download/v0.30.0/elysd-v0.30.0-darwin-arm64 -o /tmp/elysd-v0.30.0 ``` +For Linux users: + +```bash +curl -L https://github.com/elys-network/elys/releases/download/v0.30.0/elysd-v0.30.0-linux-amd64 -o /tmp/elysd-v0.30.0 +``` + ### Step 4: Retrieve Testnet Snapshot Fetch the latest testnet snapshot, necessary for data migration using `curl`: