Add paths for aur package

This commit is contained in:
ReenigneArcher
2022-06-28 20:39:33 -04:00
parent 270d4ddffe
commit 3b2226c4ea
2 changed files with 11 additions and 8 deletions
+6 -4
View File
@@ -17,14 +17,16 @@ location by modifying the configuration file.
.. table:: .. table::
:widths: auto :widths: auto
======= =========== ========= ===========
Value Description Value Description
======= =========== ========= ===========
Docker /config/ Docker /config/
Linux /usr/local/sunshine/config/ Linux-aur /usr/share/sunshine/config/
Linux-deb /usr/local/sunshine/config/
Linux-rpm /usr/local/sunshine/config/
MacOS /usr/local/sunshine/config/ MacOS /usr/local/sunshine/config/
Windows ./config/ Windows ./config/
======= =========== ========= ===========
Example Example
.. code-block:: bash .. code-block:: bash
+1
View File
@@ -102,6 +102,7 @@ Sunshine needs access to `uinput` to create mouse and gamepad events.
======== ============================================== =============== ======== ============================================== ===============
package ExecStart Auto Configured package ExecStart Auto Configured
======== ============================================== =============== ======== ============================================== ===============
aur /usr/bin/sunshine ✔
deb /usr/bin/sunshine ✔ deb /usr/bin/sunshine ✔
rpm /usr/bin/sunshine ✔ rpm /usr/bin/sunshine ✔
AppImage ~/sunshine.AppImage ✖ AppImage ~/sunshine.AppImage ✖