diff options
Diffstat (limited to 'system/opam/README')
-rw-r--r-- | system/opam/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/opam/README b/system/opam/README index 36b3e185fc09d..35504153786af 100644 --- a/system/opam/README +++ b/system/opam/README @@ -6,11 +6,11 @@ constraints, and a Git-friendly development workflow. Managing your OCaml installation can be as simple as: - opam list -a # List the available packages - opam install lwt # Install LWT - opam update # Update the package list + opam list -a # List the available packages + opam install lwt # Install LWT + opam update # Update the package list ... - opam upgrade # Upgrade the installed packages to their latest version + opam upgrade # Upgrade installed packages to their latest version It has to be initialised. To do it, you can use the following command: |