From 4582244b294d5056628967debc7675cfdee624c1 Mon Sep 17 00:00:00 2001 From: Conor Walker <39270500+conor-walker@users.noreply.github.com> Date: Tue, 1 Feb 2022 21:23:26 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9006d7c..ee03ca6 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,11 @@ A word game similar to Wordle, implemented in Python! ## Prerequisites & Running To run from source, you'll need to have Python installed and accessible on your system. -Download the repository locally, open a terminal in the src folder, and enter python pydle.py in the terminal window. And enjoy! -Compiled binaries are provided in the releases section for Windows and Unix systems. For Windows, the exe can run as-is. For MacOS/Linux, download the pydle file, adn in a terminal window run the command ```chmod +x /path/pydle ```, then ```pydle``` while still in the directory. +- Download the repository locally +- Open a terminal in the **src** folder +- Enter ```python pydle.py``` in the terminal window. +- And enjoy! +Compiled binaries are provided in the releases section for Windows and Unix systems. For Windows, the exe can run as-is. For MacOS/Linux, download the pydle file, adn in a terminal window run the command ```chmod +x /path/pydle```, then ```pydle``` while still in the directory. ## Future I don't anticipate spending a huge amount of time on this in the near future, but small things I'd like to throw in are: