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/pages/windows.adoc | |
| parent | 81e3e772f1294f85a5be7d34d06e132494c44e5b (diff) | |
proofread documentation (PR #4336)
Diffstat (limited to 'docs/modules/install/pages/windows.adoc')
| -rw-r--r-- | docs/modules/install/pages/windows.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
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]. |
