mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/opam: Fix README.
This commit is contained in:
parent
2882f94b2b
commit
333d6e5f89
1 changed files with 9 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue