Skip to content

Commit

Permalink
chore(packaging): use code instead of p tag for code snips
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Jan 24, 2025
1 parent 7d5dcef commit 5c48332
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
</p>

<p>NOTE: Sunshine requires additional installation steps.</p>
<p>flatpak run --command=additional-install.sh @PROJECT_FQDN@</p>
<code>flatpak run --command=additional-install.sh @PROJECT_FQDN@</code>
<p>NOTE: Sunshine uses a self-signed certificate. The web browser will report it as not secure, but it is safe.</p>
<p>NOTE: KMS Grab (Optional)</p>
<p>sudo -i PULSE_SERVER=unix:/run/user/$(id -u $whoami)/pulse/native flatpak run @PROJECT_FQDN@</p>
<code>sudo -i PULSE_SERVER=unix:/run/user/$(id -u $whoami)/pulse/native flatpak run @PROJECT_FQDN@</code>
</description>

<releases>
Expand Down

0 comments on commit 5c48332

Please sign in to comment.