1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Update INSTALL.md (#1136)

Added FreeBSD package install
This commit is contained in:
ncoder-1 2020-05-27 12:02:29 +00:00 committed by GitHub
parent 1342b733af
commit 25a20f7b1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -271,3 +271,9 @@ On both openSUSE Leap and openSUSE Tumbleweed rofi can be installed using:
``` ```
sudo zypper install rofi sudo zypper install rofi
``` ```
### FreeBSD
```
sudo pkg install rofi
```