diff options
| -rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ First, install opam (the OCaml package manager) if you haven't already. You can use your system's package manager e.g. `sudo apt-get install opam` (on Ubuntu 20.04) or follow the [instructions from the opam website](https://opam.ocaml.org/doc/Install.html). -The opam version must be >= 2.0; opam 1 versions are no longer supported. On older Ubuntu versions you will not be able to use opam from the package manager, and will need to install it following the instructions on the opam website. +The opam version must be >= 2.0; opam 1 versions are no longer supported. On older Ubuntu versions such as 18.04 you will not be able to use opam from the package manager, and will need to install it following the instructions on the opam website. Use `ocaml -version` to check your OCaml version. If you have OCaml 4.06.1 or newer, that's fine, otherwise use `opam switch` to install 4.06.1: ``` |
