Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F165272566
D37143.id112245.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D37143.id112245.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D37143: Update doc repo build method on macOS
Attached
Detach File
Event Timeline
Log In to Comment