mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Add AUR package to FAQ and brew package to README + style/wording tweaks
This commit is contained in:
@@ -17,10 +17,12 @@ The bridge application is currently supported on Windows, macOS and Linux.
|
|||||||
|
|
||||||
### Installing via package managers
|
### Installing via package managers
|
||||||
|
|
||||||
**Note**: These packages are maintained by third parties and support likely will not be provided for any issues specific to these packages.
|
**Note**: These packages are maintained by third parties and any issues specfic to these packages should be directed to the respective package maintainers.
|
||||||
|
|
||||||
|
- **macOS (Homebrew cask)**
|
||||||
|
- `fx-cast-bridge` — https://formulae.brew.sh/cask/fx-cast-bridge
|
||||||
|
Install by running `brew install --cask fx-cast-bridge`.
|
||||||
- **Arch Linux (AUR)**
|
- **Arch Linux (AUR)**
|
||||||
- `fx_cast` — https://aur.archlinux.org/packages/fx_cast
|
|
||||||
- `fx_cast-bin` — https://aur.archlinux.org/packages/fx_cast-bin
|
- `fx_cast-bin` — https://aur.archlinux.org/packages/fx_cast-bin
|
||||||
|
|
||||||
### Daemon Configuration
|
### Daemon Configuration
|
||||||
|
|||||||
@@ -307,6 +307,9 @@ h3.download__bridge-header {
|
|||||||
.faq__content code {
|
.faq__content code {
|
||||||
background-color: var(--grey-10-a10);
|
background-color: var(--grey-10-a10);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
display: inline-block;
|
||||||
|
margin: 1px 0;
|
||||||
|
padding: 0.25em 0.5em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -197,18 +197,43 @@
|
|||||||
<details class="faq">
|
<details class="faq">
|
||||||
<summary class="faq__summary">
|
<summary class="faq__summary">
|
||||||
<h3>
|
<h3>
|
||||||
Can I install the bridge through
|
Can I install the bridge through a
|
||||||
a package manager?
|
package manager?
|
||||||
</h3>
|
</h3>
|
||||||
</summary>
|
</summary>
|
||||||
<div class="faq__content">
|
<div class="faq__content">
|
||||||
|
<p>
|
||||||
|
The bridge is available for macOS
|
||||||
|
and Arch Linux via several third
|
||||||
|
party packages. The extension is not
|
||||||
|
bundled with these packages and must
|
||||||
|
still be installed separately.
|
||||||
|
</p>
|
||||||
|
<p class="disclaimer">
|
||||||
|
Any issues specific to these
|
||||||
|
packages should be directed to the
|
||||||
|
respective package maintainers.
|
||||||
|
</p>
|
||||||
|
<h4>macOS</h4>
|
||||||
<p>
|
<p>
|
||||||
The bridge is available via
|
The bridge is available via
|
||||||
<a href="https://brew.sh">Homebrew</a>
|
<a href="https://brew.sh"
|
||||||
|
>Homebrew</a
|
||||||
|
>
|
||||||
for macOS by running
|
for macOS by running
|
||||||
<code>brew install --cask fx-cast-bridge</code>.
|
<code
|
||||||
You will of course need to install
|
>brew install --cask
|
||||||
the extension separately.
|
fx-cast-bridge</code
|
||||||
|
>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h4>Arch Linux (AUR)</h4>
|
||||||
|
<p>
|
||||||
|
<code>fx_cast-bin</code> —
|
||||||
|
<a
|
||||||
|
href="https://aur.archlinux.org/packages/fx_cast-bin"
|
||||||
|
>https://aur.archlinux.org/packages/fx_cast-bin</a
|
||||||
|
>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|||||||
Reference in New Issue
Block a user