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

Removing dune from setup instructions #2020

Merged
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion data/tutorials/getting-started/1_00_install_OCaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Now that we've successfully installed the OCaml compiler and the opam package ma

All these tools can be installed using a single command:
```shell
$ opam install dune ocaml-lsp-server odoc ocamlformat utop
$ opam install ocaml-lsp-server odoc ocamlformat utop
```

You're now all set and ready to start hacking.
Expand Down
2 changes: 1 addition & 1 deletion src/ocamlorg_frontend/pages/install.eml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Layout.render
complete your OCaml development environment. To install them in your current opam switch, run this command:
</p>

<%s! Copy_to_clipboard_snippet.render ~id:"install-platform-tools" "opam install dune merlin ocaml-lsp-server odoc ocamlformat utop dune-release" %>
<%s! Copy_to_clipboard_snippet.render ~id:"install-platform-tools" "opam install ocaml-lsp-server odoc ocamlformat utop" %>

<p>Now you are ready to write some OCaml code!</p>
</div>
Expand Down
Loading