aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL4
-rw-r--r--Makefile2
-rw-r--r--README.md6
3 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 1465458..e3ed7a9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -51,7 +51,7 @@ $XDG_DATA_HOME/nissy/tables if the XDG variable is configured. On Windows
51it is the same directory as the nissy.exe executable file. 51it is the same directory as the nissy.exe executable file.
52 52
53Choose either (zip format) 53Choose either (zip format)
54 https://math.uni.lu/tronto/nissy/nissy-tables-2.0.zip 54 https://nissy.tronto.net/nissy-tables-2.0.zip
55or (tar.gz format) 55or (tar.gz format)
56 https://math.uni.lu/tronto/nissy/nissy-tables-2.0.tar.gz 56 https://nissy.tronto.net/nissy-tables-2.0.tar.gz
57and extract the archive into the correct folder. 57and extract the archive into the correct folder.
diff --git a/Makefile b/Makefile
index 8752d20..7ffd642 100644
--- a/Makefile
+++ b/Makefile
@@ -57,5 +57,5 @@ uninstall:
57 rm -rf ${DESTDIR}${PREFIX}/bin/nissy ${DESTDIR}${MANPREFIX}/man1/nissy.1 57 rm -rf ${DESTDIR}${PREFIX}/bin/nissy ${DESTDIR}${MANPREFIX}/man1/nissy.1
58 for s in ${SCRIPTS}; do rm -rf ${DESTDIR}${PREFIX}/bin/$$s; done 58 for s in ${SCRIPTS}; do rm -rf ${DESTDIR}${PREFIX}/bin/$$s; done
59 59
60.PHONY: all options nissy win debug clean dist install uninstall 60.PHONY: all options win debug clean dist install uninstall
61 61
diff --git a/README.md b/README.md
index afe39fd..2d075d7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
1# Nissy 1# Nissy
2 2
3A Rubik's cube solver and FMC assistant. 3A Rubik's cube solver and FMC assistant.
4For optimal HTM solving Nissy uses techniquest from Herbert Kociemba's 4For optimal HTM solving Nissy uses techniques from Herbert Kociemba's
5[Cube Explorer](http://kociemba.org/cube.htm) and Tomas Rokicki's 5[Cube Explorer](http://kociemba.org/cube.htm) and Tomas Rokicki's
6[nxopt](https://github.com/rokicki/cube20src/blob/master/nxopt.md). 6[nxopt](https://github.com/rokicki/cube20src/blob/master/nxopt.md).
7With 4 cores at 2.5GHz and using less than 3Gb of RAM, Nissy can find an 7With 4 cores at 2.5GHz and using less than 3Gb of RAM, Nissy can find an
@@ -74,9 +74,9 @@ systems this folder is either `.nissy/tables` in the user's home directory or
74it is the same directory as the nissy.exe executable file. 74it is the same directory as the nissy.exe executable file.
75 75
76Choose either the 76Choose either the
77[zip](https://math.uni.lu/tronto/nissy/nissy-tables-2.0.zip) 77[zip](https://nissy.tronto.net/nissy-tables-2.0.zip)
78or the 78or the
79[tar.gz](https://math.uni.lu/tronto/nissy/nissy-tables-2.0.tar.gz) 79[tar.gz](https://nissy.tronto.net/nissy-tables-2.0.tar.gz)
80file (click the links to download) and 80file (click the links to download) and
81extract them in the correct folder. 81extract them in the correct folder.
82 82

Generated with cgit - Back to sebastiano.tronto.net