From fe7c17af9e182900a4fac6f16bfed4e00b3ff4e9 Mon Sep 17 00:00:00 2001 From: John Paul Wohlscheid Date: Mon, 12 Jul 2021 02:55:16 +0000 Subject: [PATCH] Update Readme with executable info. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c85c385..0867197 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # FT-1 -A fortune-telling program with a very advanced algorithm written in BASIC \ No newline at end of file +A fortune-telling program with a very advanced algorithm written in BASIC + +[Windows executable](https://gitlab.com/JohnBlood/ft-1/-/blob/master/FT-1.exe) + +[Linux executable](https://gitlab.com/JohnBlood/ft-1/-/blob/master/FT-1) + +If you have a Mac, you can easily create your own executable by downloading [QB64](https://www.qb64.org/portal/) and downloading FT-1.bas. Open the .bas file in QB64 and hit F5.