diff options
| -rw-r--r-- | INSTALL | 4 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | README.md | 6 |
3 files changed, 6 insertions, 6 deletions
| @@ -51,7 +51,7 @@ $XDG_DATA_HOME/nissy/tables if the XDG variable is configured. On Windows | |||
| 51 | it is the same directory as the nissy.exe executable file. | 51 | it is the same directory as the nissy.exe executable file. |
| 52 | 52 | ||
| 53 | Choose either (zip format) | 53 | Choose 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 |
| 55 | or (tar.gz format) | 55 | or (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 |
| 57 | and extract the archive into the correct folder. | 57 | and extract the archive into the correct folder. |
| @@ -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 | ||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Nissy | 1 | # Nissy |
| 2 | 2 | ||
| 3 | A Rubik's cube solver and FMC assistant. | 3 | A Rubik's cube solver and FMC assistant. |
| 4 | For optimal HTM solving Nissy uses techniquest from Herbert Kociemba's | 4 | For 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). |
| 7 | With 4 cores at 2.5GHz and using less than 3Gb of RAM, Nissy can find an | 7 | With 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 | |||
| 74 | it is the same directory as the nissy.exe executable file. | 74 | it is the same directory as the nissy.exe executable file. |
| 75 | 75 | ||
| 76 | Choose either the | 76 | Choose 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) |
| 78 | or the | 78 | or 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) |
| 80 | file (click the links to download) and | 80 | file (click the links to download) and |
| 81 | extract them in the correct folder. | 81 | extract them in the correct folder. |
| 82 | 82 | ||
