From 6c85b3ba68edcfcab44afc3eb913df434111d9c8 Mon Sep 17 00:00:00 2001 From: hhf Date: Sat, 7 Dec 2024 11:15:31 +0530 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 55b94f8..b854ecd 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,16 @@ This script automates the installation of Steam within an unprivileged LXC conta - Proxmox 7.4 or later - Unprivileged LXC container with Debian 12 -- GPU passthrough already configured in your LXC container - Working internet connection -- Root access to the LXC container +- Root access to both Proxmox host and LXC container + +## Installation Order + +1. First, set up the LXC container in Proxmox +2. Configure GPU passthrough on the Proxmox host +3. Run the installation script INSIDE the LXC container + +IMPORTANT: This script must be run INSIDE the LXC container, not on the Proxmox host shell! ## GPU Passthrough Setup @@ -22,7 +29,10 @@ For detailed GPU passthrough setup instructions, refer to the original guide. ## Installation -1. Download the installation script: +IMPORTANT: These steps should be performed INSIDE the LXC container, not on the Proxmox host! + +1. First, log into your LXC container via the Proxmox web interface console or SSH +2. Download the installation script: ```bash wget https://git.hhf.technology/hhf/proxmox-install-steam-lxc/raw/branch/main/install-steam-lxc.sh ``` @@ -59,7 +69,7 @@ vncserver -hw3d -drinode /dev/dri/renderD128 ## Support -For issues and questions, please open an issue on the forums or refer to the original documentation on the forum. +For issues and questions, please open an issue in the GitHub repository or refer to the original documentation. ## License