mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
Add Arch Linux install instructions to README.md (#23)
* add archlinux install instructions to README.md * Build instructions for Archlinux corrected * Installation Instructions added to README * Reformat, add packaging dependencies
This commit is contained in:
committed by
Matt Hensman
parent
ef3d91a3cb
commit
3a836db14e
30
README.md
30
README.md
@@ -16,6 +16,25 @@ Credit:
|
|||||||
* macOS
|
* macOS
|
||||||
* Windows
|
* Windows
|
||||||
|
|
||||||
|
## Installing
|
||||||
|
|
||||||
|
Install the Firefox extension and companion bridge application. Downloads can be found on the website or in the [GitHub releases](https://github.com/hensm/fx_cast/releases) section.
|
||||||
|
|
||||||
|
macOS/Windows versions have installers, Linux packages can be installed via the command line:
|
||||||
|
|
||||||
|
````sh
|
||||||
|
# Debian/Ubuntu
|
||||||
|
sudo dpkg -i fx_cast_bridge.deb
|
||||||
|
|
||||||
|
# Fedora
|
||||||
|
sudo dnf install fx_cast_bridge-<version>.<arch>.rpm
|
||||||
|
````
|
||||||
|
|
||||||
|
### Package managers
|
||||||
|
* #### Arch Linux (AUR) - https://aur.archlinux.org/packages/fx_cast/
|
||||||
|
````sh
|
||||||
|
yay -S fx_cast
|
||||||
|
````
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
@@ -45,6 +64,17 @@ Fedora:
|
|||||||
sudo dnf install dpkg rpm-build
|
sudo dnf install dpkg rpm-build
|
||||||
````
|
````
|
||||||
|
|
||||||
|
Archlinux:
|
||||||
|
|
||||||
|
At the moment, `pkg` has a [bug](https://github.com/zeit/pkg/issues/584), until fixed nodejs has to be downgraded to `10.12.0`:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo pacman -S nvm dpkg
|
||||||
|
yay -S rpm-org
|
||||||
|
echo 'source /usr/share/nvm/init-nvm.sh' >> ~/.bashrc
|
||||||
|
nvm install 10.12.0
|
||||||
|
```
|
||||||
|
|
||||||
### Instructions
|
### Instructions
|
||||||
|
|
||||||
````sh
|
````sh
|
||||||
|
|||||||
Reference in New Issue
Block a user