summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-08-03 13:58:31 -0500
committerBryan Bishop <kanzure@gmail.com>2013-08-03 13:58:31 -0500
commit44c459ab81063833adfc7a2e440d78577be1cdd2 (patch)
treeca186c617cbd36454d8c2c2f12c5a8976a658f73
parent6bf0fab5dfc2bccc981ab1ca2c85b4dc3c507598 (diff)
INSTALL: fix extra newlines
-rw-r--r--INSTALL.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 579a44ad3..bbfaff873 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -9,7 +9,6 @@ md5: 9f2922b235a5eeb78d65594e82ef5dde
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 @@ During the install:
* 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 @@ pwd
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
@@ -156,7 +151,6 @@ make
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?
**main.asm** is a good starting point. The structure of the source is laid out here.