summaryrefslogtreecommitdiff
path: root/INSTALL.html
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.html')
-rw-r--r--INSTALL.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/INSTALL.html b/INSTALL.html
index 7c114bd..910ffc0 100644
--- a/INSTALL.html
+++ b/INSTALL.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.2" />
+<meta name="generator" content="AsciiDoc 9.0.3" />
<title>AsciiDoc Installation</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -89,13 +89,13 @@ Make sure you have <a href="https://git-scm.com/">Git</a>
<li>
<p>
Go to the directory you want to install AsciiDoc into and download
- the repository. This example gets the 9.0.2 tagged release:
+ the repository. This example gets the 9.0.3 tagged release:
</p>
<div class="literalblock">
<div class="content">
<pre><code>$ cd ~/bin
-$ git clone https://github.com/asciidoc/asciidoc-py3 asciidoc-9.0.2
-$ git checkout 9.0.2</code></pre>
+$ git clone https://github.com/asciidoc/asciidoc-py3 asciidoc-9.0.3
+$ git checkout 9.0.3</code></pre>
</div></div>
</li>
</ul></div>
@@ -108,8 +108,8 @@ system-wide install.</p></div>
so it&#8217;s easy to execute <code>asciidoc</code> from the command line, for example:</p></div>
<div class="literalblock">
<div class="content">
-<pre><code>$ ln -s ~/bin/asciidoc-9.0.2/asciidoc.py ~/bin/asciidoc
-$ ln -s ~/bin/asciidoc-9.0.2/a2x.py ~/bin/a2x</code></pre>
+<pre><code>$ ln -s ~/bin/asciidoc-9.0.3/asciidoc.py ~/bin/asciidoc
+$ ln -s ~/bin/asciidoc-9.0.3/a2x.py ~/bin/a2x</code></pre>
</div></div>
<div class="paragraph"><p>Use the git <code>pull</code> command to update your local AsciiDoc repository.</p></div>
</div>
@@ -145,8 +145,8 @@ directory.</p></div>
that is tailored for your system. To install:</p></div>
<div class="literalblock">
<div class="content">
-<pre><code>$ tar -xzf asciidoc-9.0.2.tar.gz
-$ cd asciidoc-9.0.2
+<pre><code>$ tar -xzf asciidoc-9.0.3.tar.gz
+$ cd asciidoc-9.0.3
$ ./configure
$ sudo make install</code></pre>
</div></div>
@@ -172,9 +172,9 @@ few people using it on Windows. To install AsciiDoc on Windows unzip
the distribution zip file contents:</p></div>
<div class="literalblock">
<div class="content">
-<pre><code>$ unzip asciidoc-9.0.2.zip</code></pre>
+<pre><code>$ unzip asciidoc-9.0.3.zip</code></pre>
</div></div>
-<div class="paragraph"><p>This will create the folder <code>asciidoc-9.0.2</code> containing the
+<div class="paragraph"><p>This will create the folder <code>asciidoc-9.0.3</code> containing the
<code>asciidoc.py</code> and <code>a2x.py</code> executables along with configuration files
and documentation.</p></div>
<div class="paragraph"><p>To generate DocBook based outputs (e.g. PDFs) you will also need a
@@ -264,8 +264,8 @@ Guide</em>.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.2<br />
-Last updated 2020-10-05 05:52:31 UTC<br />
+Version 9.0.3<br />
+Last updated 2020-10-16 20:01:27 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">