From 9bcba70a42df2ff4a303720117629657e0207f9d Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Wed, 10 Apr 2024 09:44:51 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acafb9aaf..ca2a6dacc 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ many other Linux or Unix-like systems. ```bash $ sudo apt-get install build-essential fakeroot debhelper librtlsdr-dev pkg-config libncurses5-dev libbladerf-dev libhackrf-dev liblimesuite-dev libsoapysdr-dev -$ ./prepare-build.sh bullseye # or buster, or stretch -$ cd package-bullseye # or buster, or stretch +$ ./prepare-build.sh bookworm # or bullseye, or buster, or stretch +$ cd package-bookworm # or bullseye, or buster, or stretch $ dpkg-buildpackage -b --no-sign ```