Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

op-deployer: Remove source build instructions #1143

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading