From 82593fde1832eb17854efa83184dbfc76a47ba54 Mon Sep 17 00:00:00 2001 From: Javi Date: Fri, 15 Sep 2023 13:27:30 +0200 Subject: [PATCH] Update README.md install library instrucctions for Raspberry Pi (Debian) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35d3110..db380f9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ blood glucose monitor using libusb ## **To compile:** -+ install libusb-1.0-dev ++ install libusb-1.0-dev (for debian in RaspberryPi , sudo apt-get install libusb-1.0-0-dev) + install build-essential + in a shell, type: