From 58e0592cdaea29a72d969476dd8a892a9dc11718 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 17 Apr 2021 01:48:06 +0430 Subject: [PATCH] minor --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 58fa223..4409826 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The games include: * Miketron * Redsquare (Conway's Game of Life made playable!) * Darrt (with original gameplay!) - +* Snakeduel The difficulty and/or dimensions are adjustable through simple command line options, you can play a minesweeper game that take hours to complete, or exprience hexadecimal sudoku and 8x8 fifteen-like puzzles! Play on xterm for best experience. @@ -57,10 +57,10 @@ They have been ported to Plan9 thanks to Jens Staal! Like this: ``` sh - git clone https://github.com/abakh/nbsdgames + git clone https://github.com/abakh/nbsdgames cd ./nbsdgames - export PREFIX= ~/bin - make install + make + sudo make install # or use the binaries already compiled ``` ## Packages Also, If you are on a debian-based OS on a 64-bit PC you can download the deb package and simply install it with dpkg or apt.