Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ We also provide a `nexus_repository_manager::docker` recipe which is exactly the

#### Red Hat help.1

The man file included in the Red Hat image is generated from this [help markdown](files/rh-docker/help.md). Markdown
can be converted to the appropriate format using [md2roff](https://github.com/nereusx/md2roff). This process is
currently not part of the automated build and needs to be done manually after any update to the help markdown.
The man file included in the Red Hat image is generated from this [help markdown](files/rh-docker/help.md). To be
included, the markdown must be converted into the appropriate manual page format. This conversion is not part of
the automated build and needs to be done manually after any update to the help markdown. Contributors may use any
standard Markdown-to-manpage conversion tool of their choice.

#### Testing

Expand Down