diff options
| author | Guillaume Grossetie <ggrossetie@gmail.com> | 2022-08-22 20:47:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-22 12:47:27 -0600 |
| commit | d72fe54346aa6963ae835f48681fa1ed917fb3fe (patch) | |
| tree | 4896c6906efb3ee81aebde948580dd46767eb7c4 /docs/modules/install | |
| parent | 81e3e772f1294f85a5be7d34d06e132494c44e5b (diff) | |
proofread documentation (PR #4336)
Diffstat (limited to 'docs/modules/install')
| -rw-r--r-- | docs/modules/install/pages/linux-packaging.adoc | 2 | ||||
| -rw-r--r-- | docs/modules/install/pages/windows.adoc | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/modules/install/pages/linux-packaging.adoc b/docs/modules/install/pages/linux-packaging.adoc index afea37ea..ff2fa416 100644 --- a/docs/modules/install/pages/linux-packaging.adoc +++ b/docs/modules/install/pages/linux-packaging.adoc @@ -17,7 +17,7 @@ Consult the package repository for your distribution to find out which version i * {url-arch}[Arch Linux (asciidoctor)^] * {url-debian}[Debian (asciidoctor)^] * {url-fedora}[Fedora (asciidoctor)^] -* {url-suse}[OpenSUSE (rubygem-asciidoctor)^] +* {url-suse}[openSUSE (rubygem-asciidoctor)^] * {url-ubuntu}[Ubuntu (asciidoctor)^] If you want to use a version of Asciidoctor that is newer than what is available via your package manager, see xref:ruby-packaging.adoc[]. diff --git a/docs/modules/install/pages/windows.adoc b/docs/modules/install/pages/windows.adoc index 99d29b1e..05fff633 100644 --- a/docs/modules/install/pages/windows.adoc +++ b/docs/modules/install/pages/windows.adoc @@ -1,15 +1,15 @@ = Install on Windows -To install Asciidoctor on Windows, you can use Chocolatey or Rubyinstaller. +To install Asciidoctor on Windows, you can use Chocolatey or RubyInstaller. == Chocolatey -When you already use https://chocolatey.org[chocolatey^] on your machine, you can use: +When you already use https://chocolatey.org[Chocolatey^] on your machine, you can use: C:\> choco install ruby Then follow the xref:ruby-packaging.adoc[gem installation instructions]. -== Rubyinstaller +== RubyInstaller -Or you use the https://rubyinstaller.org/downloads/[Rubyinstaller^], download the package for your Windows Version and after the installation, then follow the xref:ruby-packaging.adoc[gem installation instructions]. +Or you use the https://rubyinstaller.org/downloads/[RubyInstaller^], download the package for your Windows Version and after the installation, then follow the xref:ruby-packaging.adoc[gem installation instructions]. |
