Skip to content

Commit

Permalink
Merge pull request #97 from ethereum-optimism/blaine-readme-update
Browse files Browse the repository at this point in the history
docs: installing just as part of dependencies.
  • Loading branch information
tynes committed Mar 19, 2024
2 parents 94ee6f5 + 5a7a194 commit 890ab87
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ This repository contains the [Specs Book](https://static.optimism.io/specs).

## Contributing

We welcome your contributions.

### Dependencies

**Rust Toolchain**
Expand All @@ -27,6 +29,12 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install mdbook mdbook-katex mdbook-linkcheck mdbook-mermaid
```

**`just` [installation](https://github.com/casey/just?tab=readme-ov-file#installation)**

```sh
brew install just
```

### Serving the book locally

```sh
Expand Down

0 comments on commit 890ab87

Please sign in to comment.