From 44c459ab81063833adfc7a2e440d78577be1cdd2 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 3 Aug 2013 13:58:31 -0500 Subject: [PATCH] INSTALL: fix extra newlines --- INSTALL.md | 6 ------ 1 file changed, 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.