Skip to content

Commit

Permalink
docs: add other os download commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed Apr 26, 2024
1 parent 886ec10 commit 46caa3d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions scripts/upgrade-assure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 46caa3d

Please sign in to comment.