From 1eeac01f95065bada31686a222394752b69bb5c2 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 8 Dec 2022 18:31:43 +0000 Subject: [PATCH] Updated Linux Setup Guide (draft) (markdown) --- Linux-Setup-Guide-(draft).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux-Setup-Guide-(draft).md b/Linux-Setup-Guide-(draft).md index 9d79e73..c1f9bad 100644 --- a/Linux-Setup-Guide-(draft).md +++ b/Linux-Setup-Guide-(draft).md @@ -26,7 +26,7 @@ sudo pacman -Syu mesa-git xf86-video-amdgpu-git lib32-libdrm-git lib32-llvm-git ## How do I install Ryujinx? -One easy way is to use my script, Pinejinx, which creates a desktop shortcut with optimizations for you. +One easy way is to use this script, Pinejinx, which creates a desktop shortcut with optimizations for you. ``` bash -c "$(curl -s https://raw.githubusercontent.com/edisionnano/Pine-jinx/main/pinejinx.sh)" ```