From 3dd1af49e7d3a5d61b1d733f9a98a4d6c9d7a8f1 Mon Sep 17 00:00:00 2001 From: WORMSTweaker Date: Mon, 3 Jul 2023 15:09:00 +0000 Subject: [PATCH] Add link to the wiki in the README (why wasn't this done before?) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c75102..09fe3ee 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,7 @@ Note the PCI ids and display manager should be detected automatically. If you ar If using startx, add a line `killall -u user_name` to qemu/vfio-startup.sh script towards the beginning and you can add a line to vfio-teardown.sh to start your window manager/ desktop environment again. Don't just add startx because it will be run as root. Instead add `su -s /bin/bash -c "/usr/bin/startx" -g username username` replacing username with your username to the end of the vfio-teardown.sh script. +For a detailled guide on how to use these scripts, [check out the the wiki of this repo.](https://gitlab.com/risingprismtv/single-gpu-passthrough/-/wikis/home) + For suggestions or support, join us on Discord at: https://discord.gg/bh4maVc