vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 9080e580cc30a2f50e9d5b494e35b67215e4e489
parent acdf99d48b85c18368ec396511a1f26ce9f5a168
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Thu, 31 Dec 2015 18:45:48 +0100

Add explicit build commands to README

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -53,6 +53,10 @@ To build a regular dynamically linked binary using the system libraries, simply run `make` (possibly after adapting `config.mk` to match your system). + $ $EDITOR config.mk + $ make + $ VIS_PATH=. ./vis config.h + Editing Features ================