Fix typos
This commit is contained in:
parent
56cf3e4ede
commit
eacae3954e
3 changed files with 8 additions and 8 deletions
|
|
@ -43,7 +43,7 @@ Create a `docker-compose.yml` file with the following contents (substitute your
|
||||||
```yaml
|
```yaml
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
retroarcher:
|
sunshine:
|
||||||
image: sunshinestream/sunshine
|
image: sunshinestream/sunshine
|
||||||
container_name: sunshine
|
container_name: sunshine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ Configuration
|
||||||
The default location for the configuration file is ``./assets/sunshine.conf``. You can use another location if you
|
The default location for the configuration file is ``./assets/sunshine.conf``. You can use another location if you
|
||||||
choose, by passing in the full configuration file path as the first argument when you start Sunshine.
|
choose, by passing in the full configuration file path as the first argument when you start Sunshine.
|
||||||
|
|
||||||
** Default File Location**
|
**Default File Location**
|
||||||
|
|
||||||
.. table::
|
.. table::
|
||||||
:widths: auto
|
:widths: auto
|
||||||
|
|
|
||||||
|
|
@ -24,14 +24,14 @@ Linux
|
||||||
|
|
||||||
AppImage
|
AppImage
|
||||||
^^^^^^^^
|
^^^^^^^^
|
||||||
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/pkg:appimage?logo=github&style=for-the-badge'
|
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/pkg:appimage?logo=github&style=for-the-badge
|
||||||
:alt: GitHub issues by-label
|
:alt: GitHub issues by-label
|
||||||
|
|
||||||
#. Download and extract `sunshine-appimage.zip`
|
#. Download and extract `sunshine-appimage.zip`
|
||||||
|
|
||||||
Debian Packages
|
Debian Packages
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/os:linux:debian?logo=github&style=for-the-badge'
|
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/os:linux:debian?logo=github&style=for-the-badge
|
||||||
:alt: GitHub issues by-label
|
:alt: GitHub issues by-label
|
||||||
|
|
||||||
#. Download the corresponding `.deb` file, e.g. ``sunshine-ubuntu_20_04.deb``
|
#. Download the corresponding `.deb` file, e.g. ``sunshine-ubuntu_20_04.deb``
|
||||||
|
|
@ -39,7 +39,7 @@ Debian Packages
|
||||||
|
|
||||||
Red Hat Packages
|
Red Hat Packages
|
||||||
^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^
|
||||||
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/os:linux:fedora?logo=github&style=for-the-badge'
|
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/os:linux:fedora?logo=github&style=for-the-badge
|
||||||
:alt: GitHub issues by-label
|
:alt: GitHub issues by-label
|
||||||
|
|
||||||
#. Download the corresponding `.rpm` file, e.g. ``sunshine-fedora_35.rpm``
|
#. Download the corresponding `.rpm` file, e.g. ``sunshine-fedora_35.rpm``
|
||||||
|
|
@ -60,7 +60,7 @@ Red Hat Packages
|
||||||
|
|
||||||
MacOS
|
MacOS
|
||||||
-----
|
-----
|
||||||
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/os:macos?logo=github&style=for-the-badge'
|
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/os:macos?logo=github&style=for-the-badge
|
||||||
:alt: GitHub issues by-label
|
:alt: GitHub issues by-label
|
||||||
|
|
||||||
#. Install `MacPorts <https://www.macports.org>`_
|
#. Install `MacPorts <https://www.macports.org>`_
|
||||||
|
|
@ -71,10 +71,10 @@ MacOS
|
||||||
|
|
||||||
Windows
|
Windows
|
||||||
-------
|
-------
|
||||||
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/os:windows:10?logo=github&style=for-the-badge'
|
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/os:windows:10?logo=github&style=for-the-badge
|
||||||
:alt: GitHub issues by-label
|
:alt: GitHub issues by-label
|
||||||
|
|
||||||
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/os:windows:11?logo=github&style=for-the-badge'
|
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/os:windows:11?logo=github&style=for-the-badge
|
||||||
:alt: GitHub issues by-label
|
:alt: GitHub issues by-label
|
||||||
|
|
||||||
#. Download and extract ``sunshine-windows.zip``
|
#. Download and extract ``sunshine-windows.zip``
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue