From 481279561309cf74fe565d8ee1f85b0fe7061ce2 Mon Sep 17 00:00:00 2001 From: Jurn Wubben Date: Tue, 5 Aug 2025 14:02:07 +0200 Subject: [PATCH] Update readme --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb0835a..2d77ac0 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,13 @@ to [kevinbosak](https://github.com/kevinbosak/Net-Symon-Netbrite). example, add an IP address to your Ethernet interface: ```sh sudo ip addr add 10.164.3.86/24 dev enp0s25 # Replace with your interface - name (e.g., enp0s25) ``` This configures your device to communicate with the sign. +### Debian + +-# I'm not completely sure about this one, don't use debian. + 2. **Install Perl Dependencies:** On a Debian-based system, install the required packages: ```sh @@ -29,12 +32,20 @@ to [kevinbosak](https://github.com/kevinbosak/Net-Symon-Netbrite). These steps prepare the module for use. If you're building from source, ensure you have Perl 5.10 or later. +### NixOS + +You should know this one. + +```sh +nix run github:jsw08/signcontrol -- parameters +``` + ## Usage To send messages to the sign, edit and run the provided script (e.g., `signboard`). Example: -``` +```sh signboard --address 10.164.3.87 --zone zone1="x=0,y=0,width=20,height=5" --zone zone2="x=10,y=10,width=10,height=10" --message zone1="Hello {scrolloff}" --message zone2="World {red}"