summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorncoder-1 <7622286+ncoder-1@users.noreply.github.com>2020-05-27 12:02:29 +0000
committerGitHub <noreply@github.com>2020-05-27 14:02:29 +0200
commit25a20f7b1ce0d8537e352d8fc98a4c70f7dd4e75 (patch)
treea06542ac43a5d65afb17b1af6bbcee92a994e09c
parent1342b733af6a8de481ac35a33cb352c21efcd0b5 (diff)
Update INSTALL.md (#1136)
Added FreeBSD package install
-rw-r--r--INSTALL.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 6b51b38a..04429ca8 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -271,3 +271,9 @@ On both openSUSE Leap and openSUSE Tumbleweed rofi can be installed using:
```
sudo zypper install rofi
```
+
+### FreeBSD
+
+```
+sudo pkg install rofi
+```