diff --git a/README.md b/README.md index dfb69f0..37a7a50 100644 --- a/README.md +++ b/README.md @@ -78,3 +78,14 @@ Run using Nix flakes: # Run ls $ nix run github:tomcur/font-info -- --family-name "Liberation Sans" ``` + +## Dependencies + +### fontconfig + +On Unix-like systems the program depends on fontconfig (and pkg-config for +finding fontconfig during build). For example, for Debian or Ubuntu: + +```bash +$ sudo apt install pkg-config libfontconfig-dev +```