Skip to content

Commit

Permalink
docs: fix command for pulling foundry image
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 14, 2025
1 parent 1d9fc5a commit 24b4637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Error starting anvil container: Client(PullImage { descriptor: "ghcr.io/foundry-
In that case, you'll need to pull the foundry image for the `amd64` platform with:
```bash
docker pull --platform amd64 foundry-rs/foundry
docker pull --platform linux/amd64/v8 ghcr.io/foundry-rs/foundry:latest
```
Sometimes the bindings fail due to containing botched doctests.
Expand Down

0 comments on commit 24b4637

Please sign in to comment.