From 9ec01d86b5a6f9e19299bda1f2b376371a3a50cf Mon Sep 17 00:00:00 2001 From: Marcin Gasperowicz Date: Fri, 21 Dec 2012 19:24:07 +0100 Subject: [PATCH] Fixed typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59bb8ba..c041131 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The compiler binaries for OX X 10.7 are in the `bin/` directory but You will probably need to compile the cc65 itself for your system. 1. Grab CC65 V2.13.3 for your system here: ftp://ftp.musoftware.de/pub/uz/cc65/ -2. Compile the compiler with the usual `./compile && make` stuff +2. Compile the compiler with the usual `./configure && make` stuff 3. Link or copy the compiler binaries to the `bin/` folder of this project 4. Done @@ -47,4 +47,4 @@ Also, many thanks to Jarek Pelczar and folks at #redpower. ## Questions? -You can find me (nooga) on #redpower at espernet IRC. \ No newline at end of file +You can find me (nooga) on #redpower at espernet IRC.