From af91548d6e0273bd135afb21b02e49c24a5d6322 Mon Sep 17 00:00:00 2001 From: waltem01 Date: Thu, 4 Apr 2024 15:22:00 +0200 Subject: [PATCH] bugfixes --- API/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API/README.md b/API/README.md index ecc5f34..0793680 100644 --- a/API/README.md +++ b/API/README.md @@ -9,7 +9,7 @@ This is a REST API to access the Raspberry PI RGB LED Matrix over HTTP. 1. Install `Raspberry PI OS Lite` using the [official installer](https://www.raspberrypi.com/software/). 2. Make sure you have Python version 3.9.* installed, as the [library](https://github.com/hzeller/rpi-rgb-led-matrix) uses a now deprecated module and as it is the only version proven to work. 3. Install all necessary dependencies shown within this library's [documentation](https://github.com/hzeller/rpi-rgb-led-matrix/blob/master/bindings/python/README.md). -4. It is recommended to access the UI and SSH-Connection to the RPI using an access point. To see how to set one up, see this [guide](https://raspberrypi-guide.github.io/networking/create-wireless-access-point). +4. It is recommended to access the UI and SSH-Connection to the RPI using an access point. To see how to set one up, see this [guide](https://raspberrytips.com/access-point-setup-raspberry-pi/#setting-up-an-access-point-on-raspberry-pi-os-bookworm). ## Installation @@ -28,7 +28,7 @@ This is a REST API to access the Raspberry PI RGB LED Matrix over HTTP. - Setup / Configuration: - In case the default Matrix options are not suitable for your configuration, please infer them from the [`.env.example`](../.env.example) in the project root - Attached mode: - ```python + ```bash sudo python3 main.py ``` - Running as daemon: