From 6d9f3ceed9880332c52226c61a507c84ba7e1dc2 Mon Sep 17 00:00:00 2001
From: Alberto <7931490+deople@users.noreply.github.com>
Date: Mon, 28 Jan 2019 23:58:56 +0100
Subject: [PATCH] formatting
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 06417ff..46d68fc 100755
--- a/README.md
+++ b/README.md
@@ -8,7 +8,8 @@ A Chip8 emulator using allegro5
##### How to use:
-It is mainly written in C++, so first of all compile it using: g++ *.cpp -lallegro -lallegro_main -lallegro_primitives -o ChipAllegro -std=c++11
+It is mainly written in C++, so first of all compile it using:
+g++ *.cpp -lallegro -lallegro_main -lallegro_primitives -o ChipAllegro -std=c++11
And run it using: ./ChipAllegro