diff options
| author | Sarah White <graphitefriction@gmail.com> | 2020-11-18 15:53:10 -0700 |
|---|---|---|
| committer | Sarah White <graphitefriction@gmail.com> | 2020-12-08 14:32:53 -0700 |
| commit | c3c7ddbda681cc8f44832b0549bb623d3eace748 (patch) | |
| tree | 06d5d290d15b2f71758c40efca08d587e9e691b8 /docs/modules/install/pages/windows.adoc | |
| parent | cd241bc19e5016468e24104f949f0d18f207c69b (diff) | |
rearchitect modules and filenames and drop asciidoctor folder under docs
Diffstat (limited to 'docs/modules/install/pages/windows.adoc')
| -rw-r--r-- | docs/modules/install/pages/windows.adoc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/modules/install/pages/windows.adoc b/docs/modules/install/pages/windows.adoc new file mode 100644 index 00000000..ae25d23e --- /dev/null +++ b/docs/modules/install/pages/windows.adoc @@ -0,0 +1,18 @@ += 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: + +[source] +---- +choco install ruby +---- + +Then follow the xref:gem.adoc[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:gem.adoc[gem installation instructions]. |
