From 87fb13676f9781970a4685a859413fedbe63dcb5 Mon Sep 17 00:00:00 2001
From: Jakob Jordan <j.jordan@fz-juelich.de>
Date: Tue, 24 Oct 2017 11:51:52 +0200
Subject: [PATCH] Improve installation instructions in README

---
 README | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 642a3f1..f074ea8 100644
--- a/README
+++ b/README
@@ -37,7 +37,8 @@ MUSIC can be built and installed using the generic installation
 instructions found in the file INSTALL.  At the top of the source
 distribution directory, do:
 
-./configure
+./autogen.sh
+./configure --prefix=<PREFIX>
 make
 make install
 
-- 
GitLab