commit 729aeaa47192d05671be187effa02e8068dcb9c8 parent 648e653d0a6680066b669054fa8d42d6c0af3dad Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Sat, 31 Jan 2026 09:52:34 +0100 docs(README): tools installed in makefile Diffstat:
| M | README.md | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/README.md b/README.md @@ -13,10 +13,7 @@ A Flipper Zero application that sends IR (infrared) commands after a configurabl ## Building ```sh -# Install ufbt (first time only) -pip install -r requirements.txt - -# Build the application +# Install requirements (first time only) and build the application make # Deploy to Flipper Zero connected via USB