summaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-12-29 03:11:06 -0700
committerDan Allen <dan.j.allen@gmail.com>2020-12-29 03:11:06 -0700
commita2a9cef3d67865f779f7b258946575da1249cc16 (patch)
tree43e9e5bc193db164f4b2e118bac56035ca865780 /docs/modules
parent181eacf88760c5607e53a5796f7910d5e837b64e (diff)
fix Debian package names for rouge and coderay [skip ci]
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/syntax-highlighting/pages/coderay.adoc2
-rw-r--r--docs/modules/syntax-highlighting/pages/rouge.adoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/syntax-highlighting/pages/coderay.adoc b/docs/modules/syntax-highlighting/pages/coderay.adoc
index 1eba3525..7bd09251 100644
--- a/docs/modules/syntax-highlighting/pages/coderay.adoc
+++ b/docs/modules/syntax-highlighting/pages/coderay.adoc
@@ -50,7 +50,7 @@ Install using gem (all systems)::
Install using apt-get (Debian-based systems)::
+
- $ sudo apt-get install coderay
+ $ sudo apt-get install ruby-coderay
Install using dnf (Fedora-based systems)::
+
diff --git a/docs/modules/syntax-highlighting/pages/rouge.adoc b/docs/modules/syntax-highlighting/pages/rouge.adoc
index 2cb56468..8709cb14 100644
--- a/docs/modules/syntax-highlighting/pages/rouge.adoc
+++ b/docs/modules/syntax-highlighting/pages/rouge.adoc
@@ -16,7 +16,7 @@ Install using `gem` (all systems)::
Install using `apt-get` (Debian-based systems)::
+
- $ sudo apt-get install rouge
+ $ sudo apt-get install ruby-rouge
Install using `dnf` (Fedora-based systems)::
+