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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user