Skip to content

Commit

Permalink
docs: update readme (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
bap2pecs authored Oct 29, 2024
1 parent 7657263 commit da39b38
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# OP Chain Deployment

## Setup environment variables
## Fetch and update the submodules

```
cp .env.example .env
cp .env.explorer.example .env.explorer
cp .env.bridge.example .env.bridge
git submodule update --init --recursive
```

### Fetch and update the submodules
## Setup environment variables

```
git submodule update --init --recursive
cp .env.example .env
cp .env.explorer.example .env.explorer
cp .env.bridge.example .env.bridge
```

### Update the environment variables

Update environment variables in the `.env` files.
Then update environment variables in the `.env` files.

## Local L1 chain

Expand Down

0 comments on commit da39b38

Please sign in to comment.