Skip to content

Commit

Permalink
README: mention we need to pin ocaml-lsp-server in the meantime
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed Jun 1, 2024
1 parent 8014f78 commit cb52c90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ While mlx is not yet available on opam, you can use a custom opam repository to
```sh
opam repo add andreypopp https://github.com/andreypopp/opam-repository.git
opam update
opam pin add dune.3.16.0-dev --dev
opam pin add dune.dev --dev
opam pin add ocaml-lsp-server.dev --dev
opam install mlx ocamlmerlin-mlx ocamlformat-mlx
```

Expand Down

0 comments on commit cb52c90

Please sign in to comment.