summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-06-12 00:02:00 -0400
committerGitHub <noreply@github.com>2016-06-12 00:02:00 -0400
commita65abcdcaef1402bddbd8bb0b2e4e2d81aab1127 (patch)
treed89b0b6f269e4014912f2e48e1eb3f7c822a0a3f
parentf69d8baab2d1dba6e86b2b3a7676da45298e04fa (diff)
Remove baserom instructions.remove-pip
-rw-r--r--INSTALL.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 1beb6bd7..3748db48 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -9,6 +9,7 @@
cd pokeyellow
To build **pokeyellow.gbc**:
+
make
@@ -24,8 +25,6 @@ In **Terminal**, run:
git clone --recursive https://github.com/pret/pokeyellow
cd pokeyellow
-Copy the ROM "Pokemon Yellow (U) [C][!].gbc" to the same directory as the disassembly under the name "baserom.gbc".
-
Then run (in the shell):
make
@@ -33,7 +32,7 @@ Then run (in the shell):
# Windows
-To build on Windows, use [**Cygwin**](http://cygwin.com/install.html). Use the default settings.
+To build on Windows, use [**Cygwin**](http://cygwin.com/install.html). Use the default settings in the installer.
In the installer, select the following packages: `make` `git` `python` `gettext`
@@ -45,8 +44,6 @@ In the **Cygwin terminal**:
git clone --recursive https://github.com/pret/pokeyellow
cd pokeyellow
-Copy the ROM "Pokemon Yellow (U) [C][!].gbc" to the same directory as the disassembly under the name "baserom.gbc".
-
Then run (in the Cygwin terminal):
make