summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars E <1733402+bsdlme@users.noreply.github.com>2020-04-22 11:49:56 +0200
committerJesse Duffield <jessedduffield@gmail.com>2020-04-22 19:51:01 +1000
commit42d21c4bb68759172c809f2ac20f3f046b61df0f (patch)
tree71ded286c22b714c939f0f759b3f5ee1cc49fb15
parentcc13ae252a819ae4e36a28c12929bafd43b8ef18 (diff)
Add FreeBSD installation instructions
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 41db0016c..fe306edb2 100644
--- a/README.md
+++ b/README.md
@@ -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>