From 1dc60d70941503566e370d615411cef86eace2ad Mon Sep 17 00:00:00 2001 From: Alexander Sieg Date: Sat, 9 May 2020 12:12:22 +0200 Subject: [PATCH] Update Readme and Changlog --- CHANGELOG.md | 1 + README.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1787c390..c8f41923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ## Unreleased ### Added +* FreeBSD support * User configurable key- and mouse bindings. See `man 5 foot` and the example `footrc` (https://codeberg.org/dnkl/foot/issues/1) * **initial-window-mode** option to `footrc`, that lets you control diff --git a/README.md b/README.md index 2a289d85..55716437 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ The fast, lightweight and minimalistic Wayland terminal emulator. 1. [Building](#building) 1. [Installing](#installing) 1. [Arch Linux](#arch-linux) + 1. [FreeBSD](#freebsd) 1. [Other](#other) 1. [Bugs](#bugs) @@ -358,6 +359,17 @@ Note that it will do a profiling-guided build, and that this requires a running wayland session since it needs to run an intermediate build of foot. +### FreeBSD + +Install from packages: +```sh +pkg install foot +``` + +Install from ports: +```sh +make -C /usr/ports/x11/foot build install +``` ### Other