Update README.md

This commit is contained in:
felixalbrigtsen 2020-05-04 23:29:09 +02:00 committed by GitHub
parent 76682b54cd
commit 623f8deb67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -3,10 +3,11 @@ A simple tetris clone written in C++, using SFML for graphics and input handling
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
3. Build with ''' make out '''
4. Execute with ''' ./tetris '''
3. Build with ``` make out ```
4. Execute with ``` ./tetris ```