From 731be7b4a520f9ff6570ef057e83ac1b08e9caa9 Mon Sep 17 00:00:00 2001 From: felixalbrigtsen <64613093+felixalbrigtsen@users.noreply.github.com> Date: Mon, 4 May 2020 23:29:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41514df..59a84ac 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Mimics the feel of retro tetris. # Install / Build 1. Install a c++ compiler, i used gcc on mac -2. Install [https://www.sfml-dev.org/](SFML) and configure it to your system. Make sure it is added to path +2. Install [SFML](https://www.sfml-dev.org/) and configure it to your system. Make sure it is added to path 3. Build with ``` make out ``` 4. Execute with ``` ./tetris ```