Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aeerso authored Jan 28, 2019
1 parent b35454b commit 6d9f3ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <code>g++ *.cpp -lallegro -lallegro_main -lallegro_primitives -o ChipAllegro -std=c++11</code>
It is mainly written in C++, so first of all compile it using:<br>
<code>g++ *.cpp -lallegro -lallegro_main -lallegro_primitives -o ChipAllegro -std=c++11</code>

And run it using: <code>./ChipAllegro <rom file></code>

Expand Down

0 comments on commit 6d9f3ce

Please sign in to comment.