diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 14:49:42 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 333d6e5f891c2a64805cce4b3d87534ded7f9738 (patch) | |
tree | e6b3cd412886f388c984857cded9994ac942d43e /system/opam | |
parent | 2882f94b2b76eb93773eee329d88346765f65220 (diff) | |
download | slackbuilds-333d6e5f891c2a64805cce4b3d87534ded7f9738.tar.gz |
system/opam: Fix README.
Diffstat (limited to 'system/opam')
-rw-r--r-- | system/opam/README | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/system/opam/README b/system/opam/README index 38d2769c00..5b6d8a8690 100644 --- a/system/opam/README +++ b/system/opam/README @@ -1,20 +1,20 @@ - opam - OCaml Package Manager -OPAM is a source-based package manager for OCaml. It supports -multiple simultaneous compiler installations, flexible package -constraints, and a Git-friendly development workflow. +OPAM is a source-based package manager for OCaml. It supports +multiple simultaneous compiler installations, flexible package +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 initialized. To do it, you can use the following command: opam init -It is not recommended to run opam from root. Apparently it installs per-user packages. +It is not recommended to run opam as root. Apparently it installs +per-user packages. |