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.