diff --git a/README.md b/README.md index f0aee3d..a935e63 100755 --- a/README.md +++ b/README.md @@ -1,16 +1,21 @@ # Wordle -Yet another recreation of the game Wordle (now in C) +Yet another recreation of the game Wordle (now in C) + +This program is distributed WITHOUT WARRANTY of any kind. +Proven working on Linux ONLY. Contributions welcome! # Usage +THIS PROGRAM IS PROVEN WORKING ONLY ON LINUX + 1. Clone the repo `git clone https://gitlab.com/bePrivate/wordlec` 2. Change into the cloned directory `cd wordlec` -3. Start the game +3. Start the game `make && make run` # How to play