Add AUR package to FAQ and brew package to README + style/wording tweaks

This commit is contained in:
hensm
2023-02-25 11:38:04 +00:00
committed by Matt Hensman
parent 8dde050538
commit 3864ffdbf5
3 changed files with 38 additions and 8 deletions

View File

@@ -197,18 +197,43 @@
<details class="faq">
<summary class="faq__summary">
<h3>
Can I install the bridge through
a package manager?
Can I install the bridge through a
package manager?
</h3>
</summary>
<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>
The bridge is available via
<a href="https://brew.sh">Homebrew</a>
<a href="https://brew.sh"
>Homebrew</a
>
for macOS by running
<code>brew install --cask fx-cast-bridge</code>.
You will of course need to install
the extension separately.
<code
>brew install --cask
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>
</div>
</details>