docs(packaging): fedora COPR
This commit is contained in:
parent
5f1f190a85
commit
d60e662599
1 changed files with 10 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
* [Packages](#package)
|
* [Packages](#package)
|
||||||
* [Arch Linux](#arch-linux)
|
* [Arch Linux](#arch-linux)
|
||||||
* [MacOS](#macos)
|
* [MacOS](#macos)
|
||||||
|
* [Fedora Linux](#fedora-linux)
|
||||||
|
|
||||||
## Packages
|
## Packages
|
||||||
|
|
||||||
|
|
@ -23,6 +24,14 @@ Or install from AUR repository with [AUR Helper](https://wiki.archlinux.org/titl
|
||||||
paru -S zellij-git
|
paru -S zellij-git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Fedora Linux
|
||||||
|
You can install the `zellij` package from the [COPR](https://copr.fedorainfracloud.org/coprs/varlad/zellij/)
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo dnf copr enable varlad/zellij
|
||||||
|
sudo dnf install zellij
|
||||||
|
```
|
||||||
|
|
||||||
### MacOS
|
### MacOS
|
||||||
You can install `zellij` with [Homebrew on MacOS](https://formulae.brew.sh/formula/zellij):
|
You can install `zellij` with [Homebrew on MacOS](https://formulae.brew.sh/formula/zellij):
|
||||||
|
|
||||||
|
|
@ -34,4 +43,4 @@ Or install with [MacPorts](https://ports.macports.org/port/zellij/details/):
|
||||||
|
|
||||||
```
|
```
|
||||||
port install zellij
|
port install zellij
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue