shithub: pokecrystal

Download patch

ref: 44c459ab81063833adfc7a2e440d78577be1cdd2
parent: 6bf0fab5dfc2bccc981ab1ca2c85b4dc3c507598
author: Bryan Bishop <[email protected]>
date: Sat Aug 3 09:58:31 EDT 2013

INSTALL: fix extra newlines

--- a/INSTALL.md
+++ b/INSTALL.md
@@ -9,7 +9,6 @@
 
 Save it as **baserom.gbc** in the repository.
 
-
 Feel free to ask us on **[nucleus.kafuka.org #skeetendo](https://kiwiirc.com/client/irc.nolimitzone.com/?#skeetendo)** if something goes wrong!
 
 # Windows
@@ -30,7 +29,6 @@
 
 * From the package selection, select **wget**.
 
-
 ## Using Cygwin
 
 Launch the **Cygwin terminal**. Maybe you know your way around the Linux terminal, **bash**. If not, a crash course:
@@ -45,15 +43,12 @@
 cd /away/we/go
 ```
 
-
 ## Getting up and running
 
 We need a couple more things to be able to compile.
 
-
 If you're feeling lazy, just paste these commands into your terminal.
 
-
 **apt-cyg** lets you install new packages without running Cygwin setup.
 
 ```bash
@@ -155,7 +150,6 @@
 ```
 
 That will take between 3 and 15 seconds, depending on your computer. If you see `cmp baserom.gbc pokecrystal.gbc` as the last line, the build was successful! Rejoice!
-
 
 # Now what?