diff --git a/src/ocamlorg_frontend/pages/install.eml b/src/ocamlorg_frontend/pages/install.eml index 1fb2490c3e..eb7f81d5ff 100644 --- a/src/ocamlorg_frontend/pages/install.eml +++ b/src/ocamlorg_frontend/pages/install.eml @@ -67,8 +67,15 @@ Layout.render During opam init, you will be asked if you want to add a hook to your shell to put the tools available in the current opam switch on your PATH. - If you answer no, you will need to activate the opam switch - by running eval $(opam env). +

+ + +
  • +

    Activate the opam switch

    +

    + If you answered no when prompted in the previous step, you need to activate the opam switch + by running eval $(opam env) or explicitly execute commands within the switch by using + opam exec -- [CMD].