From e2c50f65311a7aa45fdd213a652cec7e26cd9153 Mon Sep 17 00:00:00 2001 From: yoong jin Date: Apr 26 2024 15:02:58 +0000 Subject: [PATCH 1/2] Added Table of contents, added headers and added cli steps --- diff --git a/modules/ROOT/pages/proton.adoc b/modules/ROOT/pages/proton.adoc index e7d5869..b8fa944 100644 --- a/modules/ROOT/pages/proton.adoc +++ b/modules/ROOT/pages/proton.adoc @@ -6,12 +6,44 @@ https://discussion.fedoraproject.org/t/steam-from-flathub-might-not-start-on-fed NOTE: This will require enabling an external repository. -NOTE: If you enabled "Third Party Software" at installation you can skip to installing Steam. +NOTE: If you enabled "Third Party Software" (`+rpmfusion Nonfree+`) at installation you can skip to installing Steam. +:toc: + +== Using the terminal + +=== enabling The external repository (`+rpmfusion Nonfree+`) + +* Launch The terminal prompt of your choice + +* Run the following command with a user that has root acess or can use the `+sudo+` command + +[source,bash] +---- +sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y +---- + +[source,bash] +---- +sudo dnf config-manager --enable fedora-cisco-openh264 -y +---- + +=== installing Steam + +* Run the following command with a user that has root acess or can use the `+sudo+` command + +[source,bash] +---- +sudo dnf install steam -y +---- + +== Using `+Software+` GUI Package Manager Open Software under the Activities in the top left corner. image::software.png[Software, 800, 600] +=== enabling The external repository (`+rpmfusion Nonfree+`) + * Click the Menu Button (☰) on upper right corner and choose Software Repositories. (Circled red for visual aide) image::hamburger.png[800, 600] @@ -27,6 +59,8 @@ image::repos.png[800, 600] image::search.png[800, 600] +=== installing Steam + * Search for Steam and install it. image::steam.png[800, 600] @@ -35,7 +69,10 @@ image::steam.png[800, 600] NOTE: Following installation requires you to be online. -=== Enable Proton engine === += Enable Proton engine + +NOTE: Following installation requires you to be online. + * Open Steam and click Steam on the menu bar (upper left corner) and click Settings. image::settings.png[800, 600] From c0837964543f30a67e62f4f540e7de26df840722 Mon Sep 17 00:00:00 2001 From: yoong jin Date: Apr 26 2024 15:41:24 +0000 Subject: [PATCH 2/2] stlylistic changes --- diff --git a/modules/ROOT/pages/proton.adoc b/modules/ROOT/pages/proton.adoc index b8fa944..6096c1d 100644 --- a/modules/ROOT/pages/proton.adoc +++ b/modules/ROOT/pages/proton.adoc @@ -6,16 +6,17 @@ https://discussion.fedoraproject.org/t/steam-from-flathub-might-not-start-on-fed NOTE: This will require enabling an external repository. -NOTE: If you enabled "Third Party Software" (`+rpmfusion Nonfree+`) at installation you can skip to installing Steam. +NOTE: If you enabled "Third Party Software" (`rpmfusion Nonfree`) at installation you can skip to installing Steam. + :toc: -== Using the terminal +== Using the terminal -=== enabling The external repository (`+rpmfusion Nonfree+`) +=== enabling The external repository (`rpmfusion Nonfree`) * Launch The terminal prompt of your choice -* Run the following command with a user that has root acess or can use the `+sudo+` command +* Run the following command with a user that has root acess or can use the `sudo` command [source,bash] ---- @@ -29,20 +30,20 @@ sudo dnf config-manager --enable fedora-cisco-openh264 -y === installing Steam -* Run the following command with a user that has root acess or can use the `+sudo+` command +* Run the following command with a user that has root acess or can use the `sudo` command [source,bash] ---- sudo dnf install steam -y ---- -== Using `+Software+` GUI Package Manager +== Using `Software` GUI Package Manager Open Software under the Activities in the top left corner. image::software.png[Software, 800, 600] -=== enabling The external repository (`+rpmfusion Nonfree+`) +=== enabling The external repository (`rpmfusion Nonfree`) * Click the Menu Button (☰) on upper right corner and choose Software Repositories. (Circled red for visual aide) @@ -69,7 +70,7 @@ image::steam.png[800, 600] NOTE: Following installation requires you to be online. -= Enable Proton engine +== Enable Proton engine NOTE: Following installation requires you to be online.