From c1a3aff71e24593bb0832758a3439031f16a9b0b Mon Sep 17 00:00:00 2001 From: Azreyo <58790873+Azreyo@users.noreply.github.com> Date: Wed, 17 Dec 2025 14:10:11 +0100 Subject: [PATCH] Update .gitignore and README.md for clarity and consistency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2af334..2b3edc3 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ make # Standard build make debug # Debug build with symbols make release # Optimized release build make clean # Clean build artifacts -make install-deps # Install all dependencies +make install-deps # Install all dependencies (Debian systems only) ``` ### Using Docker