install utop

This commit is contained in:
Mylloon 2022-09-20 15:26:03 +02:00
parent 9631fed05d
commit 1ea61959e9
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -357,6 +357,8 @@ then
# Init Opam
echo | opam init
yes | opam init
# Utop
opam install utop --yes
# Install devtools
opam install ocaml-lsp-server --yes
opam install ocamlformat --yes