Skip to content

Commit 07c186e

Browse files
authored
Merge pull request #204 from derekschrock/freebsd
Add FreeBSD pkg search/install to install examples
2 parents 4f5b252 + 0c2433c commit 07c186e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,12 @@ GNU General Public License v2.
6262
You should first check if your distribution already packages OfflineIMAP for you.
6363
Downloads releases as [tarball or zipball](https://github.com/OfflineIMAP/offlineimap3/tags).
6464

65-
If you are running Linux, you can install offlineimap with:
65+
If you are running Linux/BSD, you can install offlineimap with:
6666

6767
- Debian and Ubuntu `apt install offlineimap3`
6868
- openSUSE `zypper install offlineimap`
6969
- Fedora `dnf install offlineimap`
70+
- FreeBSD `pkg search offlineimap3`, and install the python versioned package, `pkg install py311-offlineimap3`
7071
- Arch Linux: [`pacman -S offlineimap`](https://archlinux.org/packages/extra/any/offlineimap/), or through AUR package [offlineimap3-git](https://aur.archlinux.org/packages/offlineimap3-git/)
7172
- Docker image: `offlineimap/offlineimap:latest`
7273
(note: image not published yet, just an example)

0 commit comments

Comments
 (0)