blob: e3793a16aef184d5581bda6f7dc5a19bc7907e1a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
= Install on Windows
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:
C:\> choco install ruby
Then follow the xref:ruby-packaging.adoc#gem-install[gem installation instructions].
== 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-install[gem installation instructions].
|