vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 8c7672828fda16fe1ff6875f38c41d4c99b0e40e parent 0098c4005d67cb1c452e90b1e2f2be66bb03c1c9 Author: Marc André Tanner <mat@brain-dump.org> Date: Wed, 30 Dec 2020 10:58:31 +0100 Mention pkg-config in README Fix #867 Diffstat:
| M | README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -60,8 +60,8 @@ Assuming these dependencies are met, execute: $ ./configure && make && sudo make install By default the `configure` script will try to auto detect support for -Lua. See `configure --help` for a list of supported options. You can -also manually tweak the generated `config.mk` file. +Lua using `pkg-config(1)`. See `configure --help` for a list of supported +options. You can also manually tweak the generated `config.mk` file. Or simply use one of the [distribution provided packages](https://github.com/martanne/vis/wiki/Distribution-Packages).