diff options
| author | Yasuhiro Kimura <yasu@utahime.org> | 2021-02-12 21:41:19 +0000 |
|---|---|---|
| committer | Daniel Ebdrup Jensen <debdrup@FreeBSD.org> | 2021-02-12 21:57:29 +0000 |
| commit | b474a500191b747d054b8fe71839bdc20cd3da86 (patch) | |
| tree | 4694b3cce80a8eb0f0c81fa9aa94caa24e6d1480 | |
| parent | 04b118c62649c2d288010593762d3908399a328c (diff) | |
| download | doc-b474a500191b747d054b8fe71839bdc20cd3da86.tar.gz doc-b474a500191b747d054b8fe71839bdc20cd3da86.zip | |
FDP: Refer to the proper package name for hugo
The package name 'hugo' refers to emulators/hugo, a PC Engine
(TurboGrafx 16) emulator, whereas the hugo that is required by the new
framework is www/gohugo. A similar case applies with the package name of
AsciiDoctor, which is 'rubygem-asciidoctor'.
Therefore fix package names so they refer to proper ones.
PR: 253470
| -rw-r--r-- | documentation/content/en/books/fdp-primer/tools/chapter.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/fdp-primer/tools/chapter.adoc b/documentation/content/en/books/fdp-primer/tools/chapter.adoc index 6ade0fe8b2..aa1347b4ba 100644 --- a/documentation/content/en/books/fdp-primer/tools/chapter.adoc +++ b/documentation/content/en/books/fdp-primer/tools/chapter.adoc @@ -27,7 +27,7 @@ Several software tools are used to manage the FreeBSD documentation and render i [[tools-required]] == Required Tools -Install `hugo` and `asciidoctor` as showed in the <<overview,the overview chapter>> from the Ports Collection. These applications are required to do useful work with the FreeBSD documentation. Some further notes on particular components are given below. +Install `gohugo` and `rubygem-asciidoctor` as showed in the <<overview,the overview chapter>> from the Ports Collection. These applications are required to do useful work with the FreeBSD documentation. Some further notes on particular components are given below. [[tools-optional]] == Optional Tools |
