diff --git a/README.asc b/README.asc index 68e6e315b..f036f2a7f 100644 --- a/README.asc +++ b/README.asc @@ -2,7 +2,7 @@ :experimental: :toc: :toc-placement: preamble -:asciidocfx-version: 1.4.4 +:asciidocfx-version: 1.4.5 :download-root: https://github.com/asciidocfx/AsciidocFX/releases/download/v{asciidocfx-version}/ image:https://api.travis-ci.org/asciidocfx/AsciidocFX.svg?branch=master[Build Status,link="https://travis-ci.org/asciidocfx/AsciidocFX"] @@ -63,6 +63,7 @@ After the download is completed, untar the package in your preferred directory. $ cd /bin $ ./AsciidocFX.sh +//// === Install on Arch Linux Install using the package manager in Arch Linux diff --git a/asciidocfx.install4j b/asciidocfx.install4j index 6b0c1ccf6..36e090193 100644 --- a/asciidocfx.install4j +++ b/asciidocfx.install4j @@ -1,7 +1,7 @@ - + diff --git a/index.adoc b/index.adoc index 7ef9d209b..aa14118a0 100644 --- a/index.adoc +++ b/index.adoc @@ -2,7 +2,7 @@ :experimental: :toc: :toc-placement: left -:asciidocfx-version: 1.4.4 +:asciidocfx-version: 1.4.5 :download-root: https://github.com/asciidocfx/AsciidocFX/releases/download/v{asciidocfx-version}/ image:https://api.travis-ci.org/asciidocfx/AsciidocFX.svg?branch=master[Build Status,link="https://travis-ci.org/asciidocfx/AsciidocFX"] @@ -45,8 +45,14 @@ image::images/asciidocfx.png[] == How to Install AsciidocFX -.You can download the latest release from https://github.com/asciidocfx/AsciidocFX/releases[Github releases page]. +There are a number of operating systems that AsciidocFX supports. +NOTE: The latest releases are available from the https://github.com/asciidocfx/AsciidocFX/releases[Github releases page]. + +<> shows the list of available builds with links for reference. If you are looking for the very latest version, visit the link in the note above to be guaranteed of downloading the latest and greatest version of AsciidocFX. + +[[Supported_OS]] +.Supported Operating Systems and Builds [width="100%",options="header"] |==================== | OS | JRE included? | Filename @@ -59,7 +65,7 @@ image::images/asciidocfx.png[] | No | {download-root}AsciidocFX_Linux_No_JRE.tar.gz[AsciidocFX_Linux_No_JRE.tar.gz] |==================== -*Linux* +=== Install on Linux After the download is completed, untar the package in your preferred directory. @@ -68,28 +74,28 @@ $ cd /bin $ ./AsciidocFX.sh //// -*Arch Linux* +=== Install on Arch Linux -Also you can install with package manager in Arch Linux +Install using the package manager in Arch Linux [source,bash] $ yaourt -S asciidocfx //// -*Windows* +=== Install on Windows Download executable/installer and run it. -*Mac* +=== Install on Mac -Download _dmg_ and run it. +Download the `.dmg` and run it. === Installation Notes There are two AsciidocFX package flavors, you can download it with JRE 8 out-of-box or if you have already installed JRE 8 (Update 40 or above), you can download *No_JRE builds Graphviz:: -PlantUML extension needs Graphviz, if you will use it, then install it: + PlantUML extension needs Graphviz, if you will use it, then install it: + .Ubuntu [source,bash] @@ -552,7 +558,8 @@ To see what has changed in recent versions of AsciidocFX, see the https://github == Support -Support AsciidocFX with pull requests or https://github.com/asciidocfx/AsciidocFX/issues[open an issue] for bug & feature requests. You can make discussions in https://groups.google.com/d/forum/asciidocfx-discuss[mail group] or in the chat room at https://gitter.im/asciidocfx/AsciidocFX[Gitter.im]. +Support AsciidocFX with pull requests or open an issue for bug & feature requests. You can make discussions in https://groups.google.com/d/forum/asciidocfx-discuss[mail group] or in the chat room at https://gitter.im/asciidocfx/AsciidocFX[Gitter.im]. + ++++