Skip to content

Commit f23a135

Browse files
committed
Make note pretty-formatted
1 parent e9d78c7 commit f23a135

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

book/01-introduction/sections/installing.asc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,19 @@ $ sudo apt-get install dh-autoreconf libcurl4-gnutls-dev libexpat1-dev \
8787
gettext libz-dev libssl-dev
8888
----
8989

90-
In order to be able to add the documentation in various formats (doc, html, info), these additional dependencies are required (Note: users of RHEL and RHEL-derivatives like CentOS and Scientific Linux will have to https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F[enable the EPEL repository] to download the `docbook2X` package):
90+
In order to be able to add the documentation in various formats (doc, html, info), these additional dependencies are required:
9191

9292
[source,console]
9393
----
9494
$ sudo dnf install asciidoc xmlto docbook2X
9595
$ sudo apt-get install asciidoc xmlto docbook2x
9696
----
9797

98+
[NOTE]
99+
====
100+
Users of RHEL and RHEL-derivatives like CentOS and Scientific Linux will have to https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F[enable the EPEL repository] to download the `docbook2X` package.
101+
====
102+
98103
If you're using a Debian-based distribution (Debian/Ubuntu/Ubuntu-derivatives), you also need the `install-info` package:
99104

100105
[source,console]

0 commit comments

Comments
 (0)