Update README.md

This commit is contained in:
Mohan 2025-09-11 17:25:19 +02:00 committed by GitHub
parent 2b4f6fb3b2
commit 1e0adb520d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,8 @@ The `orchestrator` tool helps you setup a secure, reliable and production enviro
Ensure you have [Docker](https://docs.docker.com/engine/install/) and [Docker Compose](https://docs.docker.com/compose/install/) installed on your machine.
If you're not compiling the `orchestrator` from source you can grab the latest [release](https://github.com/eigenwallet/core/releases) from the download section or run this command if you're on a Linux x86 server:
If you're not compiling the `orchestrator` from source you can grab the latest [release](https://github.com/eigenwallet/core/releases) from the download section or run the command below if you're on a Linux x86 server. It'll download the latest archive from Github, extract the binary and make it executable.
```bash
wget "$(
wget -qO- https://api.github.com/repos/eigenwallet/core/releases/latest \