Update .gitignore and README.md for clarity and consistency

This commit is contained in:
2025-12-17 14:10:11 +01:00
parent d07d77c4da
commit c1a3aff71e

View File

@@ -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