From ee8b8e77fc76349a957fbfa55e35345c68661f38 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Wed, 15 Sep 2021 17:21:31 +0530 Subject: [PATCH] Explain the usage of DISABLE_DOCS in the installation doc --- install.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.md b/install.md index 4528eb31..ec55feea 100644 --- a/install.md +++ b/install.md @@ -168,6 +168,12 @@ cd $GOPATH/src/github.com/containers/skopeo && make bin/skopeo By default the `make` command (make all) will build bin/skopeo and the documentation locally. +Building of documentation requires `go-md2man`. On systems that do not have this tool, the +document generation can be skipped by passing `DISABLE_DOCS=1`: +``` +DISABLE_DOCS=1 make +``` + ### Building documentation To build the manual you will need go-md2man.