Skip to content
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
6 changes: 3 additions & 3 deletions book/src/starting/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ essential for interfacing with any OP Stack chain.
The most succinct way to work with `op-alloy` is to add the [`op-alloy`][op-alloy-crate] crate
with the `full` feature flag from the command-line using Cargo.

```bash
```txt
cargo add op-alloy --features full
```

Alternatively, you can add the following to your `Cargo.toml` file.

```bash
```txt
op-alloy = { version = "0.5", features = ["full"] }
```

Expand Down Expand Up @@ -84,4 +84,4 @@ To add `no_std` support to a crate, ensure the [check_no_std][check-no-std]
script is updated to include this crate once `no_std` compatible.


{{#include ./links.md}}
{{#include ../links.md}}