From 6c2e8b93b4812e3a723f5adfa3ac4d8570ba7f52 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Fri, 26 Aug 2022 01:37:44 +0200 Subject: [PATCH] Added reference to libfuse-dev. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebde942..38f7f44 100755 --- a/README.md +++ b/README.md @@ -33,4 +33,4 @@ See the [upstream repo](https://github.com/dschmenk/apple2pi) for the original, 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`. +3. Execute `make` in `/src` (requires [libfuse-dev](https://packages.debian.org/en/sid/libfuse-dev)).