aboutsummaryrefslogtreecommitdiff
path: root/www/download/index.html
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-02-22 22:45:03 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-02-22 22:45:03 +0100
commit9dffe0b6f1d684777d22b149816b6f7c216bd91a (patch)
treeba7b8a1977f302cedcdcfd3391e7ff8f0e15677a /www/download/index.html
parent8bb35916b543e0814a47832297791d00982d1eae (diff)
downloadnissy-9dffe0b6f1d684777d22b149816b6f7c216bd91a.tar.gz
nissy-9dffe0b6f1d684777d22b149816b6f7c216bd91a.zip
HTML fixes
Diffstat (limited to '')
-rw-r--r--www/download/index.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/www/download/index.html b/www/download/index.html
index e1a03d7..f0b0798 100644
--- a/www/download/index.html
+++ b/www/download/index.html
@@ -12,7 +12,7 @@
12<nav class="top"> 12<nav class="top">
13 <table class="menu"> 13 <table class="menu">
14 <tr> 14 <tr>
15 <td class="logo"> <a href="/"><img src="/favicon.png"></a> </td> 15 <td class="logo"> <a href="/"><img src="/favicon.png" alt="logo"></a> </td>
16 <td class="links"> 16 <td class="links">
17 <a href="/download/">Download</a> | 17 <a href="/download/">Download</a> |
18 <a href="/examples/">Examples</a> 18 <a href="/examples/">Examples</a>
@@ -44,10 +44,11 @@ In this page you can find download links (see above)
44and installation instructions (see below) for 44and installation instructions (see below) for
45nissy. If instead you wish to clone the 45nissy. If instead you wish to clone the
46<a href="https://git.tronto.net/nissy/">git repository</a>, use 46<a href="https://git.tronto.net/nissy/">git repository</a>, use
47</p>
48
47<pre> 49<pre>
48<code>git clone https://git.tronto.net/nissy</code> 50<code>git clone https://git.tronto.net/nissy</code>
49</pre> 51</pre>
50</p>
51 52
52<p> 53<p>
53For a summary of changes and a list of older versions see below. Some versions 54For a summary of changes and a list of older versions see below. Some versions
@@ -88,9 +89,7 @@ with your favorite archive program, for example with
88Open a terminal in the directory just extracted. 89Open a terminal in the directory just extracted.
89If you wish, edit the <code>Makefile</code> to match your local configuration 90If you wish, edit the <code>Makefile</code> to match your local configuration
90(this is usually not necessary, but you may want to change the 91(this is usually not necessary, but you may want to change the
91<code>PREFIX</code> variable to change the installation path) 92<code>PREFIX</code> variable to change the installation path) and run
92and run
93</code>
94<pre><code>make</code></pre> 93<pre><code>make</code></pre>
95<p> 94<p>
96followed by 95followed by
@@ -137,7 +136,7 @@ command. It is recommended to use more than one thread, if your CPU has them.
137For example, you can run: 136For example, you can run:
138</p> 137</p>
139 138
140<pre><code>nissy gen -t 8</pre></code> 139<pre><code>nissy gen -t 8</code></pre>
141 140
142<p> 141<p>
143to generate all tables using 8 threads. You can change 8 to any number 142to generate all tables using 8 threads. You can change 8 to any number

Generated with cgit - Back to sebastiano.tronto.net