From c18d30706ce647a7b640d73514eecb0aa442873c Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Tue, 14 Jan 2025 15:42:46 -0800 Subject: Adds GPIO effect and dummy blinker service --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dd065da..c1bbe25 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ to build pipelines modularly and stream data within pipeline elements. E.g. Install [`stack`](https://docs.haskellstack.org/en/stable/). I recommend using [`ghcup`](https://www.haskell.org/ghcup/) for this. Run `stack build` to compile all libraries and executables. Note: you might need to install some -system dependencies on your host first (e.g. `libzmq`, etc.) +system dependencies on your host first (e.g. `libzmq`, `libgpiod`, etc.) ## Test On one terminal, run `stack exec dummy-receiver`. This will initialize a ZMQ -- cgit v1.2.1