From 9294ed64571e4f46c1bf23f30f5497148f86e9e5 Mon Sep 17 00:00:00 2001 From: Gabriel Goller Date: Mon, 7 Aug 2023 15:49:24 +0200 Subject: [PATCH] docs: updated README.rst build guide - we use the debian 12 bookworm mirror - `make deb-all` doesn't exist anymore, `make deb` builds everything Signed-off-by: Gabriel Goller --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ceab9ad4..b336f3c2 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,7 @@ example for proxmox crate above). Build ===== -on Debian 11 Bullseye +on Debian 12 Bookworm Setup: 1. # echo 'deb http://download.proxmox.com/debian/devel/ bookworm main' | sudo tee /etc/apt/sources.list.d/proxmox-devel.list @@ -58,7 +58,7 @@ Note: 2. may be skipped if you already added the PVE or PBS package repository You are now able to build using the Makefile or cargo itself, e.g.:: - # make deb-all + # make deb # # or for a non-package build # cargo build --all --release