Skip to content

Commit

Permalink
Fixes ocaml#2019 which stemed out from ocaml#1995
Browse files Browse the repository at this point in the history
  • Loading branch information
Amoghavarsha authored and sabine committed Feb 5, 2024
1 parent 41c6dad commit 58a561e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 merlin ocaml-lsp-server odoc ocamlformat utop dune-release" %>

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

0 comments on commit 58a561e

Please sign in to comment.