1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-27 08:09:45 +03:00
wezterm/docs/install/freebsd.markdown
2021-03-03 08:45:58 -08:00

16 lines
495 B
Markdown

## Installing on FreeBSD
WezTerm is available [via the ports system](https://www.freshports.org/x11/wezterm/).
The most common FreeBSD architectures have pre-built binaries which you can install via:
```bash
$ pkg install wezterm
```
The version available in ports is not directly managed by the release
automation of the WezTerm project and may lag behind the latest release. If
you need to run a newer version, then the [build from source](source.md)
instructions also apply to FreeBSD.