[pbs-devel] [PATCH proxmox-backup] docs: updated README.rst build guide
Gabriel Goller
g.goller at proxmox.com
Mon Aug 7 15:49:24 CEST 2023
- 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 at proxmox.com>
---
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
--
2.39.2
More information about the pbs-devel
mailing list