aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--www/download/index.html11
-rw-r--r--www/examples/index.html2
-rw-r--r--www/index.html4
3 files changed, 8 insertions, 9 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
diff --git a/www/examples/index.html b/www/examples/index.html
index 2094014..86769b8 100644
--- a/www/examples/index.html
+++ b/www/examples/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>
diff --git a/www/index.html b/www/index.html
index 1844631..9b8719f 100644
--- a/www/index.html
+++ b/www/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>
@@ -28,7 +28,7 @@
28 28
29<p class=subtitle>A Rubik's cube solver and FMC assistant</p> 29<p class=subtitle>A Rubik's cube solver and FMC assistant</p>
30 30
31<img src="/screenshot.png"> 31<img src="/screenshot.png" alt="A screenshot of nissy running in a terminal emulator">
32 32
33<p> 33<p>
34Nissy is a command-line Rubik's cube solver. It can find optimal solutions 34Nissy is a command-line Rubik's cube solver. It can find optimal solutions

Generated with cgit - Back to sebastiano.tronto.net