summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <Colomar.6.4.3@GMail.com>2020-08-12 11:28:06 +0200
committerGitHub <noreply@github.com>2020-08-12 11:28:06 +0200
commitc1a7a78fd6a40fba45f38ee63463c8ffe2b66d64 (patch)
tree856b69e1f29fc09f595c41fa344703e681d15b81
parent885a8aabb8e1d3ea9ec2c9d1581eb83ac62c33f1 (diff)
Update README.txt
-rwxr-xr-xREADME.txt31
1 files changed, 8 insertions, 23 deletions
diff --git a/README.txt b/README.txt
index c399fe2..fca6804 100755
--- a/README.txt
+++ b/README.txt
@@ -36,41 +36,26 @@
* SERVICING, REPAIR OR CORRECTION. *
******************************************************************************/
- If you make a version, please tell me.
- I would like to see it. Thank you.
-
site:
- https://github.com/AlejandroColomar/mine-sweeper
+ https://github.com/alejandro-colomar/mine-sweeper
COMPILE:
- - linux:
- $ make
- - windows (MSYS2):
- $ make OS=win
+ $ make
INSTALL:
- - linux:
- # make install
- - windows:
- run 'SETUP.cmd' as administrator
+ $ sudo make install
RUN:
- - linux:
- $ mine-sweeper
- if it doesn't work:
- $ /usr/local/games/mine-sweeper
- - windows:
- run 'bin/mine-sweeper.exe'
+ $ mine-sweeper
+ if it doesn't work:
+ $ /usr/local/games/mine-sweeper
UNINSTALL:
- - linux:
- # make uninstall
- - windows:
- run 'UNINSTALL.cmd' as administrator
+ $ sudo make uninstall
-The program creates a folder '.mine-sweeper/' at $HOME (also in Windows). It
+The program creates a folder '.mine-sweeper/' at $HOME. It
is used by the program to store saved games. If you remove the game, you
should delete that folder manually.