Update Readme and Changlog

This commit is contained in:
Alexander Sieg 2020-05-09 12:12:22 +02:00
parent 18a1787e50
commit 1dc60d7094
2 changed files with 13 additions and 0 deletions

View file

@ -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

View file

@ -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