mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
INSTALL: fix an unclosed markdown quote
While skimming this doc, I noticed that "-Dterminfo" wasn't rendering properly as it was lacking its closing backquote. While at it, tweak the Arch wiki link, as it redirects to replace /index.php with /title.
This commit is contained in:
parent
4ed545f4d8
commit
8ae8635add
1 changed files with 5 additions and 5 deletions
10
INSTALL.md
10
INSTALL.md
|
|
@ -90,7 +90,7 @@ Install from AUR:
|
|||
* [foot-git](https://aur.archlinux.org/packages/foot-git/) +
|
||||
[foot-terminfo-git](https://aur.archlinux.org/packages/foot-terminfo-git/)
|
||||
|
||||
Or use [makepkg](https://wiki.archlinux.org/index.php/Makepkg) to
|
||||
Or use [makepkg](https://wiki.archlinux.org/title/Makepkg) to
|
||||
build the bundled [PKGBUILD](PKGBUILD) (run `makepkg` in the source
|
||||
root directory).
|
||||
|
||||
|
|
@ -128,10 +128,10 @@ mkdir -p bld/release && cd bld/release
|
|||
|
||||
Available compile-time options:
|
||||
|
||||
| Option | Type | Default | Description | Extra dependencies |
|
||||
|-------------|---------|---------|---------------------|--------------------|
|
||||
| `-Dime` | bool | `true` | Enables IME support | None |
|
||||
| `-Dterminfo | feature | `auto` | Build terminfo | `tic` (ncurses) |
|
||||
| Option | Type | Default | Description | Extra dependencies |
|
||||
|--------------|---------|---------|---------------------|--------------------|
|
||||
| `-Dime` | bool | `true` | Enables IME support | None |
|
||||
| `-Dterminfo` | feature | `auto` | Build terminfo | `tic` (ncurses) |
|
||||
|
||||
|
||||
### Release build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue