Skip to content

Commit ee35863

Browse files
committed
Update README.md
1 parent bdf5c00 commit ee35863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The following commands will perform a minimal installation:
2424
```
2525
git clone https://github.com/ocaml-wasm/wasm_of_ocaml
2626
cd wasm_of_ocaml
27-
opam pin add -n --with-version 3.17 https://github.com/ocaml-wasm/dune.git#wasm_of_ocaml
28-
opam pin add -n --with-version 5.3.0-wasm .
27+
opam pin add -n --with-version 3.17 https://github.com/ocaml/dune.git
28+
opam pin add -n --with-version 5.8.2-wasm .
2929
opam install wasm_of_ocaml-compiler
3030
```
3131
You may want to install additional packages. For instance:

0 commit comments

Comments
 (0)