From bf9a71c90dba3c3e71ff986340cc8229c2f920a3 Mon Sep 17 00:00:00 2001 From: bePrivate Date: Sat, 28 Oct 2023 19:49:04 +0200 Subject: [PATCH] update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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