From 890dc58c032603a482a0b80e8810ff67a2fd0b0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 31 Dec 2015 18:45:48 +0100 Subject: [PATCH] Add explicit build commands to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 63ca1ec..aa159e6 100644 --- 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 ================ -- 2.11.4.GIT