From dba7699e92c2cc75379e5d1a7d4db05c4eb6d3da Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Mon, 14 Jun 2021 02:35:16 +0530 Subject: [PATCH] Update Paths Also removed the reference to adig-pkgs since recommended way is through AUR itself, now that it is there. --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d5bce6f..a8c0dfd 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,15 @@ ftxui-git This is the [official] [PKGBUILD] for [FTXUI] for use on [Arch Linux] via [makepkg]. -Run `makepkg` in this directory, or see [adig-pkgs] to add the custom -repository to have this listed by your [pacman]. -Just run makepkg in the directory, or see github.com/adig-pkgs/adig-pkgs how to -add the custom repo to have it listed by your pacman. +> It is now available in the AUR - [ftxui-git] The headers are installed to: ``` -/usr/local/include/ftxui +/usr/include/ftxui ```` and the libraries: `libcomponent.a`, `libdom.a`, `libscreen.a` into: ``` -/usr/local/lib/ftxui +/usr/lib/ftxui ``` You will get this message from makepkg too, don't forget to link to these @@ -24,7 +21,7 @@ libraries. [Arch Linux]: https://archlinux.org/ [FTXUI]: https://github.com/ArthurSonzogni/FTXUI [PKGBUILD]: https://wiki.archlinux.org/title/PKGBUILD -[adig-pkgs]: https://github.com/adig-pkgs/adig-pkgs [makepkg]: https://wiki.archlinux.org/title/makepkg [official]:https://github.com/ArthurSonzogni/FTXUI/issues/110 [pacman]: https://wiki.archlinux.org/title/pacman +[ftxui-git]: https://aur.archlinux.org/packages/ftxui-git/