The unpac monorepo manager self-hosting as a monorepo using unpac

Fix opam+Dune completions install instructions

authored by

Antonin Décimo and committed by
Daniel Bünzli
541b7b22 57a29e7a

+2 -2
+2 -2
doc/cookbook.mld
··· 227 227 [ … ] # Your regular dune build instructions 228 228 ["cmdliner" "install" "tool-support" 229 229 "--update-opam-install=%{_:name}%.install" 230 - "_build/default/install/bin/tool" {os != "win32"} 231 - "_build/default/install/bin/tool.exe" {os = "win32"} 230 + "_build/install/default/bin/tool" {os != "win32"} 231 + "_build/install/default/bin/tool.exe" {os = "win32"} 232 232 "_build/cmdliner-install"]] 233 233 ]} 234 234