From 7819cdfaf7144619e150946b2f869ab570bf6b0a Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Mon, 15 Oct 2018 15:15:29 +0200 Subject: [PATCH] Add FreeBSD installation details --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 45d36c5..25fcfbb 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,14 @@ Ubuntu users of 14.04 LTS (Trusty) up to 15.10 (Wily) can use [this PPA](https:/ Ubuntu 17.10 can use [this PPA](https://launchpad.net/%7Evantuz/+archive/ubuntu/cool-retro-term) +FreeBSD users can install a prebuit binary package: + + pkg install cool-retro-term + +or build cool-retro-term themselves from source using the [Ports framework](https://www.freebsd.org/doc/handbook/ports-using.html): + + cd /usr/ports/x11/cool-retro-term/ && make install clean + macOS users can grab the latest dmg from the release page: https://github.com/Swordfish90/cool-retro-term/releases ## Build instructions (Linux)