diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-05-10 16:10:22 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-05-10 16:10:53 -0600 |
| commit | f3bad9b4acae35e82d0c068db7643e1eb22e2919 (patch) | |
| tree | b3b4b1f9767a4757ecb0d3e40182b36e69f3b59c | |
| parent | 28734fa6e352ed1e59a337a1ca88ff097628bade (diff) | |
change ArchLinux to Arch Linux in docs [no ci]
| -rw-r--r-- | docs/modules/install/pages/linux-packaging.adoc | 2 | ||||
| -rw-r--r-- | docs/modules/syntax-highlighting/pages/rouge.adoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/install/pages/linux-packaging.adoc b/docs/modules/install/pages/linux-packaging.adoc index 472a2033..afea37ea 100644 --- a/docs/modules/install/pages/linux-packaging.adoc +++ b/docs/modules/install/pages/linux-packaging.adoc @@ -52,7 +52,7 @@ include::partial$success.adoc[] [#pacman] == pacman (Arch Linux) -To install the gem on Arch-based distributions, open a terminal and type: +To install the gem on Arch Linux-based distributions, open a terminal and type: $ sudo pacman -S asciidoctor diff --git a/docs/modules/syntax-highlighting/pages/rouge.adoc b/docs/modules/syntax-highlighting/pages/rouge.adoc index 9db20079..a9123f0a 100644 --- a/docs/modules/syntax-highlighting/pages/rouge.adoc +++ b/docs/modules/syntax-highlighting/pages/rouge.adoc @@ -22,7 +22,7 @@ Install using `dnf` (Fedora-based systems):: + $ sudo dnf install rubygem-rouge -Install using `pacman` (ArchLinux-based systems):: +Install using `pacman` (Arch Linux-based systems):: + $ sudo pacman -S ruby-rouge |
