Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
norswap committed Nov 25, 2023
1 parent 8883040 commit 8ad731b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ repository and can be symlinked if required.
./rollop --clean --name=my-prod-rollup --preset=prod --config=config.toml l2

# resume previously create rollup (e.g. after killing previous command)
./rollop --name=my-prod-rollup preset=prod --config=config.toml start-l2
./rollop --name=my-prod-rollup --preset=prod --config=config.toml start-l2

# deploy rollup on existing L1, then start it
./rollop --name=my-prod-rollup preset=prod --config=config.toml deploy-l2
./rollop --name=my-prod-rollup preset=prod --config=config.toml start-l2
./rollop --name=my-prod-rollup --preset=prod --config=config.toml deploy-l2
./rollop --name=my-prod-rollup --preset=prod --config=config.toml start-l2
```

## Contributing (for developers building simple-op-stack rollup)
Expand Down

0 comments on commit 8ad731b

Please sign in to comment.