Skip to content

Commit

Permalink
Merge pull request #1143 from ethereum-optimism/feat/remove-source-build
Browse files Browse the repository at this point in the history
op-deployer: Remove source build instructions
  • Loading branch information
krofax authored Nov 26, 2024
2 parents 555806a + 8744919 commit 50f2445
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions pages/builders/chain-operators/tools/op-deployer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,6 @@ The recommended way to install `op-deployer` is to download the latest release f
for your platform then extract it somewhere on your `PATH`. The rest of this tutorial will assume that you have
installed `op-deployer` using this method.

To alternatively install from source, follow the steps below. You will need to install the Go toolchain and `just` as prerequisites.

<Steps>
### **Clone the monorepo**:

Run the following command to clone the monorepo:

```bash
git clone https://github.com/ethereum-optimism/optimism.git
```

### **Build the binary**:

Run the following commands to build the binary:

```bash
cd op-deployer
just build
```

The binary will be in the `bin` directory.
</Steps>

## Deployment usage

The base use case for `op-deployer` is deploying new OP Chains. This process is broken down into three steps:
Expand Down

0 comments on commit 50f2445

Please sign in to comment.