summaryrefslogtreecommitdiffstats
path: root/system/opam/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-02-23 15:29:43 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-25 22:58:02 +0700
commit1580aba61a5c1818ff9563021e3e1181eb016ce5 (patch)
tree0d365293c1066f8fb7c3044b60c012a87630a3c5 /system/opam/README
parenta5f55918909327c1d4a36d100202e6f4bbf7bf75 (diff)
downloadslackbuilds-1580aba61a5c1818ff9563021e3e1181eb016ce5.tar.gz
slackbuilds-1580aba61a5c1818ff9563021e3e1181eb016ce5.tar.xz
system/opam: Updated for version 2.1.2.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/opam/README')
-rw-r--r--system/opam/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/opam/README b/system/opam/README
index 36b3e185fc..3550415378 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: