summaryrefslogtreecommitdiffstats
path: root/system/opam/README
diff options
context:
space:
mode:
author Roberto Metere <roberto@metere.it>2018-11-22 21:32:26 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-24 12:35:14 +0700
commit0c2574dc2f0ed1f24b480e97cfc8ca52c7120366 (patch)
treeb1544b1e332783055333c7f6311f0c3f34b2b967 /system/opam/README
parent0c157f6a70f7f9c02a6e4e7faa338961d36bf055 (diff)
downloadslackbuilds-0c2574dc2f0ed1f24b480e97cfc8ca52c7120366.tar.gz
slackbuilds-0c2574dc2f0ed1f24b480e97cfc8ca52c7120366.tar.xz
system/opam: Updated for version 2.0.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/opam/README')
-rw-r--r--system/opam/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/system/opam/README b/system/opam/README
index 5b6d8a8690..9257895cd0 100644
--- a/system/opam/README
+++ b/system/opam/README
@@ -6,15 +6,15 @@ 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 installed packages to their latest version
+ opam upgrade # Upgrade the installed packages to their latest version
-It has to be initialized. To do it, you can use the following command:
+It has to be initialised. To do it, you can use the following command:
opam init
-It is not recommended to run opam as root. Apparently it installs
-per-user packages.
+It is not recommended to run opam as root.
+Apparently it rather installs per-user packages.