aboutsummaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-05-03 23:52:22 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-05-03 23:52:22 +0200
commit0bb5a4cfa22adeebcb916ce0dc13f30639d03433 (patch)
treeeb40ea09205f1da33aba450d1626705cfad3b210 /www/index.html
parent8c07d707f794f3935d395e5f6276053164e2ea73 (diff)
downloadnissy-classic-0bb5a4cfa22adeebcb916ce0dc13f30639d03433.tar.gz
nissy-classic-0bb5a4cfa22adeebcb916ce0dc13f30639d03433.zip
Updated website
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html
index ee1469e..5c619fd 100644
--- a/www/index.html
+++ b/www/index.html
@@ -56,7 +56,7 @@ You can also look at its source code by cloning the git repository
56<a href="https://git.tronto.net/nissy-classic">git.tronto.net/nissy-classic</a> 56<a href="https://git.tronto.net/nissy-classic">git.tronto.net/nissy-classic</a>
57</p> 57</p>
58 58
59<h1>Get Nissy</h1> 59<h1>Installation</h1>
60 60
61<table class="dltable"> 61<table class="dltable">
62<tr> 62<tr>
@@ -147,7 +147,7 @@ Once you have installed nissy, run
147<p> 147<p>
148to generate all the tables that Nissy will ever need. 148to generate all the tables that Nissy will ever need.
149Running this command requires around 5.3Gb of RAM, and it can take some time 149Running this command requires around 5.3Gb of RAM, and it can take some time
150(about 40 minutes on my fairly old but decent laptop, with 8 CPU threads). 150(about 90 minutes on my 9 year old but laptop, with 4 CPU threads).
151</p> 151</p>
152 152
153<p> 153<p>
@@ -171,6 +171,15 @@ file.
171 171
172<h2 id="Upgrade">Upgrading</h2> 172<h2 id="Upgrade">Upgrading</h2>
173<p> 173<p>
174<strong> Important note for upgrading to 2.0.4:</strong>
175A bug in 2.0.3 and earlier versions caused HTR-related tables to be
176generated incorrectly on ARM platforms (Mac M1, Android...).
177If you are upgrading to 2.0.4 on such a device, you need to re-generate
178these tables. You can do this by removing all the files wiht `htr` in their
179name and let nissy re-generate them (after upgrading), or by downloading the
180<a href="/nissy-tables-2.0.4.zip">new tables</a> and replacing the old ones.
181</p>
182<p>
174If you already have nissy installed and you want to upgrade to a more 183If you already have nissy installed and you want to upgrade to a more
175recent version, you can simply repeat the installation process: 184recent version, you can simply repeat the installation process:
176</p> 185</p>

Generated with cgit - Back to sebastiano.tronto.net