mirror of
https://github.com/containers/skopeo.git
synced 2025-05-08 07:56:18 +00:00
Explain the usage of DISABLE_DOCS in the installation doc
This commit is contained in:
parent
679169394e
commit
6ca6a85ed9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user