From 7ef2d257659cb1b56f9515c51ede29afb4abb226 Mon Sep 17 00:00:00 2001 From: Jordan Halase Date: Mon, 30 Sep 2019 12:39:12 -0500 Subject: Fix formatting in readme --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 114a846..fb47fca 100644 --- a/readme.md +++ b/readme.md @@ -11,6 +11,9 @@ Simple Asteroids clone in C as an exercise in game development. This project is built with [CMake](https://cmake.org). On Windows, CMake must be manually configured to locate the include and library paths for SDL2. Simplest way to build on most \*nix systems: + 1. `mkdir build && cd build` + 2. `cmake ..` + 3. `make` -- cgit v1.2.1