From 3864ffdbf5d123933a29d57c5da5050c3ec07ba5 Mon Sep 17 00:00:00 2001 From: hensm Date: Sat, 25 Feb 2023 11:38:04 +0000 Subject: [PATCH] Add AUR package to FAQ and brew package to README + style/wording tweaks --- README.md | 6 ++++-- docs/index.css | 3 +++ docs/index.html | 37 +++++++++++++++++++++++++++++++------ 3 files changed, 38 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cb68c9e..dffa7cf 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,12 @@ The bridge application is currently supported on Windows, macOS and Linux. ### 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)** - - `fx_cast` — https://aur.archlinux.org/packages/fx_cast - `fx_cast-bin` — https://aur.archlinux.org/packages/fx_cast-bin ### Daemon Configuration diff --git a/docs/index.css b/docs/index.css index 63b5b86..ca2698a 100755 --- a/docs/index.css +++ b/docs/index.css @@ -307,6 +307,9 @@ h3.download__bridge-header { .faq__content code { background-color: var(--grey-10-a10); border-radius: 3px; + display: inline-block; + margin: 1px 0; + padding: 0.25em 0.5em; white-space: nowrap; } diff --git a/docs/index.html b/docs/index.html index 3007060..74c38fb 100755 --- a/docs/index.html +++ b/docs/index.html @@ -197,18 +197,43 @@

- Can I install the bridge through - a package manager? + Can I install the bridge through a + package manager?

+

+ 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. +

+

+ Any issues specific to these + packages should be directed to the + respective package maintainers. +

+

macOS

The bridge is available via - Homebrew + Homebrew for macOS by running - brew install --cask fx-cast-bridge. - You will of course need to install - the extension separately. + brew install --cask + fx-cast-bridge. +

+ +

Arch Linux (AUR)

+

+ fx_cast-bin — + https://aur.archlinux.org/packages/fx_cast-bin