diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 13:56:16 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 13:56:16 -0500 |
commit | 21a5ee0dd4192738c5c8f77576e27d1ce3540f70 (patch) | |
tree | e80d5ca004bcbf3f6d6a28bea8013b915dc04345 | |
parent | 4b5a5b6f0e29b87ec9fe68f2b6812ab89aafe520 (diff) |
fix spacing in a markdown file
-rw-r--r-- | INSTALL.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 ``` |