Skip to content

Commit

Permalink
Fix README (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
MauroToscano committed Jun 7, 2024
1 parent b9457d1 commit 0d86b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ batcher_start: ./batcher/.env
install_batcher:
@cargo +nightly-2024-04-17 install --path batcher

install_aligned_cli:
install_aligned:
@cargo +nightly-2024-04-17 install --path batcher/client

build_batcher_client:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Aligned works with EigenLayer to leverage ethereum consensus mechanism for ZK pr
To install the batcher client to send proofs in the testnet, run:

```bash
make install_batcher_client
make install_aligned
```

### Run
Expand Down

0 comments on commit 0d86b52

Please sign in to comment.