From b3025664cd6087c4ea52454f49d216378379d053 Mon Sep 17 00:00:00 2001 From: Evan Lecklider Date: Wed, 5 Aug 2026 12:15:02 -0700 Subject: [PATCH] Update README with Debian-specific installation instructions Add Debian-specific dependencies for installation. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bf0365b..10733c8 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,14 @@ brew install openssl readline sudo apt-get install build-essential libreadline-dev zlib1g-dev libssl-dev uuid-dev ``` +#### Debian-only + +On Debian (tested on version 13/Trixie) you also need `bison` and `flex`: + +```bash +sudo apt-get install bison flex +``` + ### RHEL/CentOS ```bash