Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve installation instructions #13

Closed
wants to merge 2 commits into from
Closed
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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ The generated code works with Chrome 11.9, [node V8 canary](https://nodejs.org/d

The following commands will perform a minimal installation:
```
opam pin add dune.3.11 https://github.com/ocaml-wasm/dune.git
opam pin add -n --with-version 5.3.0 .
opam pin add 'https://github.com/ocaml-wasm/dune.git#wasm'
opam pin add --cli=2.1 --with-version 5.3.0 https://github.com/ocaml-wasm/wasm_of_ocaml.git
opam install wasm_of_ocaml-compiler
```
If you have cloned this repository, you can use `opam pin add -n --with-version 5.3.0 .` instead of `opam pin add https://github.com/ocaml-wasm/wasm_of_ocaml.git`.
You may want to install additional packages. For instance:

```
Expand Down