diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-27 10:34:14 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-27 10:34:14 +0100 |
| commit | 75bd848e9e0cd9a14ca82018edac0b414fa4db44 (patch) | |
| tree | e845e908c0cf04bfd6352f6e8d5bb6964ec37b5c | |
| parent | 891af301fbc5c7de834841dc2adecc63f2af6be5 (diff) | |
| download | nissy-75bd848e9e0cd9a14ca82018edac0b414fa4db44.tar.gz nissy-75bd848e9e0cd9a14ca82018edac0b414fa4db44.zip | |
Added upgrade instructions
| -rw-r--r-- | www/download/index.html | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/www/download/index.html b/www/download/index.html index 80c0311..2618719 100644 --- a/www/download/index.html +++ b/www/download/index.html | |||
| @@ -40,10 +40,12 @@ | |||
| 40 | </table> | 40 | </table> |
| 41 | 41 | ||
| 42 | <p> | 42 | <p> |
| 43 | In this page you can find download links (see above) | 43 | In this page you can find download links (see above), |
| 44 | and installation instructions (see below) for | 44 | <a href="#Installation">installation instructions</a> and |
| 45 | nissy. If instead you wish to clone the | 45 | <a href="#Upgrade">upgrade instructions</a> |
| 46 | <a href="https://git.tronto.net/nissy/">git repository</a>, use | 46 | for nissy. If instead you wish to clone the |
| 47 | <a href="https://git.tronto.net/nissy/">git repository</a>, | ||
| 48 | you can use git: | ||
| 47 | </p> | 49 | </p> |
| 48 | 50 | ||
| 49 | <pre> | 51 | <pre> |
| @@ -56,7 +58,7 @@ For a summary of changes and a list of older versions see below. Some versions | |||
| 56 | the git repository. | 58 | the git repository. |
| 57 | </p> | 59 | </p> |
| 58 | 60 | ||
| 59 | <h2>Installation</h2> | 61 | <h2 id="Installation">Installation</h2> |
| 60 | 62 | ||
| 61 | <h3>System requirements</h3> | 63 | <h3>System requirements</h3> |
| 62 | 64 | ||
| @@ -152,6 +154,24 @@ XDG variable is configured. On Windows it is the same directory as the | |||
| 152 | <code>nissy.exe</code> executable file. | 154 | <code>nissy.exe</code> executable file. |
| 153 | </p> | 155 | </p> |
| 154 | 156 | ||
| 157 | <h2 id="Upgrade">Upgrading</h2> | ||
| 158 | <p> | ||
| 159 | If you already have nissy installed and you want to upgrade to a more | ||
| 160 | recent version, you can simply repeat the installation process: | ||
| 161 | </p> | ||
| 162 | <ul> | ||
| 163 | <li> | ||
| 164 | On Windows: simply replace nissy.exe with the new file with the same name. | ||
| 165 | </li> | ||
| 166 | <li> | ||
| 167 | On UNIX systems: download the new version of the source code, extract it in | ||
| 168 | a new folder and run <code>make</code> and <code>make install</code> again. | ||
| 169 | </li> | ||
| 170 | </ul> | ||
| 171 | <p> | ||
| 172 | In all cases the table files do not need to be upgraded. | ||
| 173 | </p> | ||
| 174 | |||
| 155 | <h2>Version history</h2> | 175 | <h2>Version history</h2> |
| 156 | 176 | ||
| 157 | <h3>Nissy v2</h3> | 177 | <h3>Nissy v2</h3> |
