update README

This commit is contained in:
bePrivate
2023-10-28 19:49:04 +02:00
parent c927e6496d
commit bf9a71c90d
+7 -2
View File
@@ -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