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 <g.goller@proxmox.com>
This commit is contained in:
Gabriel Goller 2023-08-07 15:49:24 +02:00 committed by Wolfgang Bumiller
parent 7d8d4061c5
commit 9294ed6457

View File

@ -44,7 +44,7 @@ example for proxmox crate above).
Build Build
===== =====
on Debian 11 Bullseye on Debian 12 Bookworm
Setup: Setup:
1. # echo 'deb http://download.proxmox.com/debian/devel/ bookworm main' | sudo tee /etc/apt/sources.list.d/proxmox-devel.list 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.:: 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 # # or for a non-package build
# cargo build --all --release # cargo build --all --release