From a8f95e4fbfbf9453e8468a8bc5844287305b7ffd Mon Sep 17 00:00:00 2001 From: girst Date: Sat, 2 Feb 2019 19:39:40 +0100 Subject: [PATCH] improve readme --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2032f0..ce7c694 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,23 @@ Play klondike and spider solitaire in your unicode terminal. Supports `vi` style keybindings (hjkl), cursor keys and the mouse. Press `J` to -'join' a well-suited pile to the cursor. `Return` pulls cards from the stack in -spider solitaire. Piles can also be *directly addressed* by the number below -them (or 8, 9, 0 for stack, waste and foundation in klondike). +'join' a well-suited pile to the cursor. `Space` locks in a selection, and +`Return` pulls cards from the stack in spider solitaire. Piles can also be +*directly addressed* by the number below them (or 8, 9, 0 for stack, waste and +foundation in klondike). See `$PROGNAME -h` for details. +## Details + +For details and screenshots see the project homepage at +**https://gir.st/sol.htm** + +## License + +You can use, study, share and improve this software under the terms of the GNU +General Public License, version 3. Copyright 2019 Tobias Girstmair. For +licensing details, see `LICENSE`. + ## TODO ### P1 -- 2.39.3