mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-13 13:59:06 +02:00
Add FreeBSD installation instructions
This commit is contained in:
parent
cc13ae252a
commit
42d21c4bb6
@ -21,6 +21,7 @@ If you're a mere mortal like me and you're tired of hearing how powerful git is
|
|||||||
- [Scoop (Windows)](#scoop-windows)
|
- [Scoop (Windows)](#scoop-windows)
|
||||||
- [Arch Linux](#arch-linux)
|
- [Arch Linux](#arch-linux)
|
||||||
- [Fedora and CentOS 7](#fedora-and-centos-7)
|
- [Fedora and CentOS 7](#fedora-and-centos-7)
|
||||||
|
- [FreeBSD] (#freebsd)
|
||||||
- [Conda](#conda)
|
- [Conda](#conda)
|
||||||
- [Go](#go)
|
- [Go](#go)
|
||||||
- [Usage](#usage)
|
- [Usage](#usage)
|
||||||
@ -124,6 +125,13 @@ sudo dnf copr enable atim/lazygit -y
|
|||||||
sudo dnf install lazygit
|
sudo dnf install lazygit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### FreeBSD
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pkg install lazygit
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Conda
|
### Conda
|
||||||
|
|
||||||
Released versions are available for different platforms, see <https://anaconda.org/conda-forge/lazygit>
|
Released versions are available for different platforms, see <https://anaconda.org/conda-forge/lazygit>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user