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`: