mirror of
https://github.com/strongdm/comply
synced 2024-11-05 23:45:25 +00:00
Merge pull request #88 from adamdecaf/pandoc-install
cli: link to pandoc install steps
This commit is contained in:
commit
9209a37ccf
@ -135,7 +135,7 @@ func notifyVersion(c *cli.Context) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func pandocMustExist(c *cli.Context) error {
|
func pandocMustExist(c *cli.Context) error {
|
||||||
eitherMustExistErr := fmt.Errorf("\n\nPlease install either Docker or the pandoc package and re-run `%s`. Find OS-specific pandoc installation instructions at: [TODO]", c.Command.Name)
|
eitherMustExistErr := fmt.Errorf("\n\nPlease install either Docker or the pandoc package and re-run `%s`. Find OS-specific pandoc installation instructions at: https://pandoc.org/installing.html", c.Command.Name)
|
||||||
|
|
||||||
pandocExistErr, found, goodVersion, pdfLatex := pandocBinaryMustExist(c)
|
pandocExistErr, found, goodVersion, pdfLatex := pandocBinaryMustExist(c)
|
||||||
dockerExistErr, inPath, isRunning := dockerMustExist(c)
|
dockerExistErr, inPath, isRunning := dockerMustExist(c)
|
||||||
|
Loading…
Reference in New Issue
Block a user