summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexandre ZANNI <16578570+noraj@users.noreply.github.com>2022-05-11 00:09:11 +0200
committerDan Allen <dan.j.allen@gmail.com>2022-05-10 16:10:46 -0600
commit28734fa6e352ed1e59a337a1ca88ff097628bade (patch)
tree0c73df5e0d062c0cbdd4b38ee0dea24aebd478d4 /docs
parent25931b4e11eb3fc2100bcb09c1fae879c5ff1d81 (diff)
add Arch Linux install step for the rouge gem (PR #4293)
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/syntax-highlighting/pages/rouge.adoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/modules/syntax-highlighting/pages/rouge.adoc b/docs/modules/syntax-highlighting/pages/rouge.adoc
index 8e0ff499..9db20079 100644
--- a/docs/modules/syntax-highlighting/pages/rouge.adoc
+++ b/docs/modules/syntax-highlighting/pages/rouge.adoc
@@ -22,6 +22,10 @@ Install using `dnf` (Fedora-based systems)::
+
$ sudo dnf install rubygem-rouge
+Install using `pacman` (ArchLinux-based systems)::
++
+ $ sudo pacman -S ruby-rouge
+
== Assign rouge to source-highlighter
Once you've installed the RubyGem, assign the `rouge` value to the `source-highlighter` attribute in the document header to activate it.