mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04: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)
|
||||
- [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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue