diff options
Diffstat (limited to 'www/download')
| -rw-r--r-- | www/download/index.html | 11 |
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) | |||
| 44 | and installation instructions (see below) for | 44 | and installation instructions (see below) for |
| 45 | nissy. If instead you wish to clone the | 45 | nissy. 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> |
| 53 | For a summary of changes and a list of older versions see below. Some versions | 54 | For 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 | |||
| 88 | Open a terminal in the directory just extracted. | 89 | Open a terminal in the directory just extracted. |
| 89 | If you wish, edit the <code>Makefile</code> to match your local configuration | 90 | If 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 |
| 92 | and run | ||
| 93 | </code> | ||
| 94 | <pre><code>make</code></pre> | 93 | <pre><code>make</code></pre> |
| 95 | <p> | 94 | <p> |
| 96 | followed by | 95 | followed by |
| @@ -137,7 +136,7 @@ command. It is recommended to use more than one thread, if your CPU has them. | |||
| 137 | For example, you can run: | 136 | For 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> |
| 143 | to generate all tables using 8 threads. You can change 8 to any number | 142 | to generate all tables using 8 threads. You can change 8 to any number |
