From 623f8deb6722157f48c580851aa0579df165eba7 Mon Sep 17 00:00:00 2001 From: felixalbrigtsen <64613093+felixalbrigtsen@users.noreply.github.com> Date: Mon, 4 May 2020 23:29:09 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1269e27..41514df 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,12 @@ A simple tetris clone written in C++, using SFML for graphics and input handling Mimics the feel of retro tetris. -#Install / Build +# 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 -3. Build with ''' make out ''' -4. Execute with ''' ./tetris ''' +3. Build with ``` make out ``` +4. Execute with ``` ./tetris ```