From fc99379a0c9803a76455a0ecd5dffc19968deeab Mon Sep 17 00:00:00 2001 From: grtcdr Date: Wed, 2 Feb 2022 20:13:38 +0100 Subject: [PATCH] docs: remove arch linux from install.md now that it's in the official repositories --- INSTALL.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index eb7caefb..5ad19684 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -4,7 +4,6 @@ 1. [Requirements](#requirements) 1. [Running](#running) 1. [Building](#building) -1. [Arch Linux](#arch-linux) 1. [Other](#other) 1. [Setup](#setup) 1. [Options](#options) @@ -82,20 +81,6 @@ The work around is simple: make sure you build with `-O3`. This is the default with `meson --buildtype=release`, but e.g. `makepkg` can override it (`makepkg` uses `-O2` by default). - -## Arch Linux - -Install from AUR: - -* [foot](https://aur.archlinux.org/packages/foot/) + - [foot-terminfo](https://aur.archlinux.org/packages/foot-terminfo/) -* [foot-git](https://aur.archlinux.org/packages/foot-git/) + - [foot-terminfo-git](https://aur.archlinux.org/packages/foot-terminfo-git/) - -The AUR packages, will attempt to do a PGO build. This can be tweaked, -or disabled, by modifying the `PGO` variable in the `PKGBUILD`. - - ## Other Foot uses _meson_. If you are unfamiliar with it, the official