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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ You do not have to use nix:
[`opam`](https://opam.ocaml.org/doc/Install.html)
* Install the packages listed as `OPAM_PACKAGES` in `src/Makefile`:
```
opam install num vlq yojson bisect_ppx bisect_ppx-ocamlbuild
opam install num vlq yojson bisect_ppx bisect_ppx-ocamlbuild menhir
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems correct. Someone not using nix should confirm :)

```
* Install the `wasm` package in `vendor/wasm-spec/interpreter/` by running
`make install` therein.
Expand Down