summaryrefslogtreecommitdiff
path: root/docs/modules/install/partials/success.adoc
blob: df70c570d0687001af9da163a5066df25f8d523c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
If the gem installed successfully, Asciidoctor's xref:cli:index.adoc[command line interface (CLI)] will be available on your PATH.
To confirm that Asciidoctor is available, execute:

 $ asciidoctor --version

You should see information about the Asciidoctor version and your Ruby environment printed in the terminal.

[.output,subs=attributes+]
....
Asciidoctor {release-version} [https://asciidoctor.org]
Runtime Environment ({ruby-description}) (lc:UTF-8 fs:UTF-8 in:- ex:UTF-8)
....