From 3b2226c4ea8183748840e601d5fc9c7c17488df0 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Tue, 28 Jun 2022 20:39:33 -0400 Subject: [PATCH] Add paths for aur package --- docs/source/about/advanced_usage.rst | 18 ++++++++++-------- docs/source/about/usage.rst | 1 + 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/source/about/advanced_usage.rst b/docs/source/about/advanced_usage.rst index e0903223..3aefa0ea 100644 --- a/docs/source/about/advanced_usage.rst +++ b/docs/source/about/advanced_usage.rst @@ -17,14 +17,16 @@ location by modifying the configuration file. .. table:: :widths: auto - ======= =========== - Value Description - ======= =========== - Docker /config/ - Linux /usr/local/sunshine/config/ - MacOS /usr/local/sunshine/config/ - Windows ./config/ - ======= =========== + ========= =========== + Value Description + ========= =========== + Docker /config/ + Linux-aur /usr/share/sunshine/config/ + Linux-deb /usr/local/sunshine/config/ + Linux-rpm /usr/local/sunshine/config/ + MacOS /usr/local/sunshine/config/ + Windows ./config/ + ========= =========== Example .. code-block:: bash diff --git a/docs/source/about/usage.rst b/docs/source/about/usage.rst index b29873da..a591cca5 100644 --- a/docs/source/about/usage.rst +++ b/docs/source/about/usage.rst @@ -102,6 +102,7 @@ Sunshine needs access to `uinput` to create mouse and gamepad events. ======== ============================================== =============== package ExecStart Auto Configured ======== ============================================== =============== + aur /usr/bin/sunshine ✔ deb /usr/bin/sunshine ✔ rpm /usr/bin/sunshine ✔ AppImage ~/sunshine.AppImage ✖