From 6d1a268a94c25eb7786248b5648ab7c48be30ee7 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Thu, 4 Jan 2024 21:17:19 +0100 Subject: [PATCH] Adjusted build instructions. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e98603d..6af5ff7 100755 --- a/README.md +++ b/README.md @@ -27,8 +27,6 @@ See the [upstream repo](https://github.com/dschmenk/apple2pi) for the original, ## Building -1. Execute `make` in `/pidrive` (requires [cc65](https://cc65.github.io/)). +1. Build the project in `/pipico` (requires the [Raspberry Pico C/C++ SDK](https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html)). -2. Build the project in `/pipico` (requires the [Raspberry Pico C/C++ SDK](https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html)). - -3. Execute `make` in `/src` (requires [libfuse-dev](https://packages.debian.org/en/sid/libfuse-dev)). +2. Execute `make` in `/src` (requires [libfuse-dev](https://packages.debian.org/en/sid/libfuse-dev)).