From 9c40d7d7697c5557a931b728d95ebad43909cae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C3=96ster?= Date: Tue, 1 Apr 2025 23:31:51 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fa9f4978..adf8844f 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,9 @@ pyserial install: ```sudo apt install python3-serial``` Arduino AppImage must be set as executable after downloading to run correctly\ example: ```chmod 775 arduino-ide_2.3.3_Linux_64bit.AppImage``` +Also you might need to install FUSE to run appimages +```sudo apt install libfuse2``` + ## Dependencies 📖 This code uses the following excellent libraries: - [adafruit/Adafruit_NeoPixel](https://github.com/adafruit/Adafruit_NeoPixel) LGPL-3.0 license