From 8fe62292f18f4577303a868a8557b0486b218bcb Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Wed, 2 Jul 2025 15:06:35 +0200 Subject: Code now uses `effectful` to manage side-effects --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c2c0385..d74a71e 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ without needing root access. 1. Install [`stack`](https://docs.haskellstack.org/en/stable/). It’s recommended to use [`ghcup`](https://www.haskell.org/ghcup/) for installation. -2. Run `stack build` to compile the libraries and executables +2. Run `make` to compile the libraries and executables > Note: You may need to install system dependencies on your host first (e.g., -> `libgpiod`, etc.) +> `libgpiod`, `libcamera`, etc.) -- cgit v1.2.1