From 6936112e2be7f8a6a9f1e2c49d641a4739d410bb Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Wed, 1 Oct 2014 01:46:21 -0400 Subject: [PATCH] Try to fix FTP url in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b1d55d..ba36105 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This project was built based on the one created by [Quinn Dunki](http://quinndun In order to use this infrastructure from Mac OS X, follow these instructions: 1. Install Xcode from Apple. Xcode is generally the most popular app in the Mac App Store in the "Developer Tools" category. - 2. [Download cc65 v2.13.3](ftp://ftp.musoftware.de/pub/uz/cc65/cc65-sources-2.13.3.tar.bz2). The instructions assume that this file ended up in your Downloads folder in your home directory. + 2. Download cc65 v2.13.3 from ftp://ftp.musoftware.de/pub/uz/cc65/cc65-sources-2.13.3.tar.bz2 The instructions assume that this file ended up in your Downloads folder in your home directory. 3. In a terminal, run the following commands:
 $ cd ~/Downloads
 $ tar xvjf cc65-sources-2.13.3.tar.bz2