From 21a5ee0dd4192738c5c8f77576e27d1ce3540f70 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 3 Aug 2013 13:56:16 -0500 Subject: [PATCH] fix spacing in a markdown file --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 31e1ab72b..6604488d0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -103,6 +103,7 @@ git submodule update Now you should be able to build **pokecrystal.gbc** for the first time. This compiles a new rom from the source code, with any patches filled in from the base rom. + ```bash make ```