Skip to content

Commit acebb69

Browse files
committed
update the download instructions
1 parent 5685246 commit acebb69

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

pages/builders/chain-operators/deploy/smart-contracts.mdx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,7 @@ Follow these steps:
9292
* Install `op-deployer`:
9393
The recommended way to install `op-deployer` is to download the latest release from the monorepo's
9494
[release page](https://github.com/ethereum-optimism/optimism/releases). To install a release, download the binary
95-
for your platform then extract it somewhere on your `PATH`. or simply run the following command to clone it into your system:
96-
97-
```bash
98-
git clone [email protected]:ethereum-optimism/optimism.git && cd optimism
99-
cd op-deployer && just build
100-
```
101-
<Callout type="info">
102-
[Install just](https://github.com/just-buildsystem/justbuild/blob/master/INSTALL.md) in your computer, before running the command above or use `brew install just` if you are a mac user.
103-
</Callout>
104-
95+
for your platform then extract it somewhere on your `PATH`.
10596
* Access to the L1 blockchain (e.g., Sepolia or Mainnet) via an RPC URL.
10697
* A private key with sufficient funds to cover deployment costs.
10798

pages/builders/chain-operators/tutorials/create-l2-rollup.mdx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -428,15 +428,9 @@ Follow these steps:
428428
* Install `op-deployer`:
429429
The recommended way to install `op-deployer` is to download the latest release from the monorepo's
430430
[release page](https://github.com/ethereum-optimism/optimism/releases). To install a release, download the binary
431-
for your platform then extract it somewhere on your `PATH`. or simply run the following command to clone it into your system:
432-
433-
```bash
434-
git clone [email protected]:ethereum-optimism/optimism.git && cd optimism
435-
cd op-deployer && just build
436-
```
437-
<Callout type="info">
438-
[Install just](https://github.com/just-buildsystem/justbuild/blob/master/INSTALL.md) in your computer, before running the command above or use `brew install just` if you are a mac user.
439-
</Callout>
431+
for your platform then extract it somewhere on your `PATH`.
432+
* Access to the L1 blockchain (e.g., Sepolia or Mainnet) via an RPC URL.
433+
* A private key with sufficient funds to cover deployment costs.
440434

441435
* Access to the L1 blockchain (e.g., Sepolia or Mainnet) via an RPC URL.
442436
* A private key with sufficient funds to cover deployment costs.

0 commit comments

Comments
 (0)