1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-07 13:42:01 +02:00

Add FreeBSD installation instructions

This commit is contained in:
Lars E 2020-04-22 11:49:56 +02:00 committed by Jesse Duffield
parent cc13ae252a
commit 42d21c4bb6

View File

@ -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)
- [Arch Linux](#arch-linux)
- [Fedora and CentOS 7](#fedora-and-centos-7)
- [FreeBSD] (#freebsd)
- [Conda](#conda)
- [Go](#go)
- [Usage](#usage)
@ -124,6 +125,13 @@ sudo dnf copr enable atim/lazygit -y
sudo dnf install lazygit
```
### FreeBSD
```sh
pkg install lazygit
```
### Conda
Released versions are available for different platforms, see <https://anaconda.org/conda-forge/lazygit>