Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString(;https://chocolatey.org/install.ps1;))
choco -?
命令能够正常运行说明安装成功
参考官网文档;https://chocolatey.org/install
参考官网文档;https://asciidoctor.org/#c-windows
choco install ruby
提示;安装过程中需要手动输入y执行安装脚本
Do you want to run the script?([Y]es/[A]ll - yes to all/[N]o/[P]rint): y
gem -h
命令能够正常运行说明安装成功
gem install asciidoctor
asciidoctor README.adoc
AsciiDocFX
参考官方;https://asciidoctor.org/docs/editing-asciidoc-with-live-preview/#asciidocfx