diff options
| author | Alexandre ZANNI <16578570+noraj@users.noreply.github.com> | 2022-05-11 00:09:11 +0200 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-05-10 16:10:46 -0600 |
| commit | 28734fa6e352ed1e59a337a1ca88ff097628bade (patch) | |
| tree | 0c73df5e0d062c0cbdd4b38ee0dea24aebd478d4 /docs | |
| parent | 25931b4e11eb3fc2100bcb09c1fae879c5ff1d81 (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.adoc | 4 |
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. |
