diff --git a/docs/developers/release-process.md b/docs/developers/release-process.md index 264b836e386..1063f078c8c 100644 --- a/docs/developers/release-process.md +++ b/docs/developers/release-process.md @@ -75,11 +75,11 @@ Disclaimer: We should automate this ``` - For the second one: - - First download the `ethrex-macos_aarch64` binary from the ethrex release + - First download the `ethrex-l2-macos-aarch64` binary from the ethrex release - Give exec permissions to binary ```bash - chmod +x ethrex-macos_aarch64 + chmod +x ethrex-l2-macos-aarch64 ``` - Create a dir `ethrex/3.0.0/bin` (replace the version as needed) diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index e845fa0e9dd..0f521ff0030 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -50,7 +50,7 @@ cd ethereum/ openssl rand -hex 32 | tr -d "\n" | tee ./secrets/jwt.hex # install lightouse and ethrex -curl -L https://github.com/lambdaclass/ethrex/releases/latest/download/ethrex-linux_x86_64 -o ethrex +curl -L https://github.com/lambdaclass/ethrex/releases/latest/download/ethrex-linux-x86_64 -o ethrex chmod +x ethrex curl -LO https://github.com/sigp/lighthouse/releases/download/v7.1.0/lighthouse-v7.1.0-x86_64-unknown-linux-gnu.tar.gz tar -xvf lighthouse-v7.1.0-x86_64-unknown-linux-gnu.tar.gz @@ -86,7 +86,7 @@ ethrex l2 --dev ```sh # install ethrex -curl -L https://github.com/lambdaclass/ethrex/releases/latest/download/ethrex-linux_x86_64 -o ethrex +curl -L https://github.com/lambdaclass/ethrex/releases/latest/download/ethrex-linux-x86_64 -o ethrex chmod +x ethrex ./ethrex l2 --dev ``` diff --git a/docs/getting-started/installation/binary_distribution.md b/docs/getting-started/installation/binary_distribution.md index 1cc604e7a39..9626b8dc087 100644 --- a/docs/getting-started/installation/binary_distribution.md +++ b/docs/getting-started/installation/binary_distribution.md @@ -13,7 +13,7 @@ Download the latest ethrex release for your OS from the