Merge pull request #1074 from rgrinberg/clarify-opam

Fix opam build instructions in usage.rst
This commit is contained in:
Rudi Grinberg 2018-08-01 09:52:51 +02:00 committed by GitHub
commit 58bfe376e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -237,7 +237,10 @@ follows:
::
build: [["dune" "build" "-p" name "-j" jobs]]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]
``-p pkg`` is a shorthand for ``--root . --only-packages pkg --profile
release --default-target @install``. ``-p`` is the short version of