diff --git a/INSTALL.md b/INSTALL.md index 6a380803..3ded1a0e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -223,11 +223,7 @@ be built as part of the regular build process, and installed to the specified location. Packagers may want to set `-Dterminfo=disabled`, and manually build -and install the terminfo files instead: - -```sh -tic -o -x -e foot,foot-direct foot.info -``` +and [install the terminfo](#terminfo) files instead. ### Release build @@ -424,7 +420,8 @@ terminfo files manually instead. To build the terminfo files, run: ```sh -tic -o -x -e foot,foot-direct foot.info +sed 's/@default_terminfo@/foot/g' foot.info > /tmp/foot-preprocessed.info +tic -o -x -e foot,foot-direct /tmp/foot-preprocessed.info ``` Where _”output-directory”_ **must** match the value passed to