Skip to content

Commit

Permalink
op-deployer: Remove source build instructions
Browse files Browse the repository at this point in the history
These were causing confusion, since the source build instructions were much bigger than the (recommended) binary build instructions.
mslipper committed Nov 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 555806a commit 8744919
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
@@ -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:

0 comments on commit 8744919

Please sign in to comment.