Skip to content

Commit

Permalink
Fix pin branch in installation instructions
Browse files Browse the repository at this point in the history
It is not enough to pin Dune to the ocaml-wasm fork, one must also specify the right branch.

Co-authored-by: Jérôme Vouillon <jerome.vouillon@gmail.com>
  • Loading branch information
OlivierNicole and vouillon authored Jan 31, 2024
1 parent 0151dfe commit 4276d96
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 @@ -26,7 +26,7 @@ utilizing

The following commands will perform a minimal installation:
```
opam pin add dune.3.13 https://github.com/ocaml-wasm/dune.git
opam pin add dune.3.13 https://github.com/ocaml-wasm/dune.git#wasm
opam pin add -n --with-version 5.3.0-wasm .
opam install wasm_of_ocaml-compiler
```
Expand Down

0 comments on commit 4276d96

Please sign in to comment.