diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.) |