Skip to content

Commit

Permalink
Fix: Update building-without-nix instructions (#2312)
Browse files Browse the repository at this point in the history
add opam dep: `uucp`
  • Loading branch information
matthewhammer authored Feb 5, 2021
1 parent 7787dd5 commit 6d9e01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You can get a development environment without having to use `nix-shell`
[`opam`](https://opam.ocaml.org/doc/Install.html)
* Install the packages:
```
opam install num vlq yojson menhir stdio js_of_ocaml js_of_ocaml-ppx ppx_inline_test atdgen wasm obelisk
opam install num vlq yojson menhir stdio js_of_ocaml js_of_ocaml-ppx ppx_inline_test atdgen wasm obelisk uucp
```
* Install into your `PATH` various command line tools used by, in particular,
the test suite:
Expand Down

0 comments on commit 6d9e01f

Please sign in to comment.