Page MenuHomeFreeBSD

D37143.id112245.diff
No OneTemporary

D37143.id112245.diff

diff --git a/documentation/content/en/books/fdp-primer/overview/_index.adoc b/documentation/content/en/books/fdp-primer/overview/_index.adoc
--- a/documentation/content/en/books/fdp-primer/overview/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/overview/_index.adoc
@@ -251,7 +251,7 @@
+
[source,shell]
....
-$ brew install hugo ruby git bmake asciidoctor
+$ brew install hugo ruby git bmake
....
+
. Add Ruby to the Path.
@@ -265,7 +265,18 @@
+
[source,shell]
....
-$ sudo gem install rouge
+$ sudo gem install rouge asciidoctor asciidoctor-pdf asciidoctor-epub3
+....
++
+. Create links to /usr/local/bin
++
+[source,shell]
+....
+$ ln -s /usr/local/opt/ruby/bin/ruby /usr/local/bin/ruby
+$ ln -s /usr/local/lib/ruby/gems/[ruby_version]/bin/rougify /usr/local/bin/rougify
+$ ln -s /usr/local/lib/ruby/gems/[ruby_version]/bin/asciidoctor /usr/local/bin/asciidoctor
+$ ln -s /usr/local/lib/ruby/gems/[ruby_version]/bin/asciidoctor-pdf /usr/local/bin/asciidoctor-pdf
+$ ln -s /usr/local/lib/ruby/gems/[ruby_version]/bin/asciidoctor-epub3 /usr/local/bin/asciidoctor-epub3
....
+
. Install a local working copy of the documentation from the FreeBSD repository in [.filename]#~/doc# (see crossref:working-copy[working-copy,The Working Copy]).

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 8, 8:11 AM (20 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36186103
Default Alt Text
D37143.id112245.diff (1 KB)

Event Timeline