summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Novikov <oxore@protonmail.com>2016-08-03 17:52:00 +0700
committerGitHub <noreply@github.com>2016-08-03 17:52:00 +0700
commit66af930b6160ded97622ceca97212ab06946599a (patch)
tree959726474abd6712cfaa84ee38d440c470503ac2
parent691c278909863f8de2a4776e7fe703c16c59d9a1 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6dad4f9..00e0366 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
This is unfinished tetris project written in pure C with CSFML-2.3-2 library. It is under development.
-To compile the source code under __linux__ with gcc and run I use following commands:
+To compile and run the source code under __linux__ with gcc I use following commands:
```
gcc -g main.c functions.c shape_maps.c -o main -lcsfml-graphics -lcsfml-window -lcsfml-system
@@ -17,4 +17,4 @@ __TODO:__
- Three next shapes
- Main menu with beauties
- Look with sprites
-- Autoconf and autotools script
+- Autotools script