From 3cf4789c7a5dfa35173f257a13470a52e2a7770a Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Wed, 2 May 2018 13:41:34 +0200
Subject: [PATCH] Further fix in doc

Also this after a discussion with @marcodelapierre
---
 user-doc/Installation.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/user-doc/Installation.txt b/user-doc/Installation.txt
index 92ae62c2c..fccf49a1f 100644
--- a/user-doc/Installation.txt
+++ b/user-doc/Installation.txt
@@ -394,6 +394,9 @@ variable when installing, PLUMED will be installed in /usr/local.
 The install command should be executed with root permissions (e.g. "sudo make install")
 if you want to install PLUMED on a system directory.
 
+\warning Please **do not** set prefix to the current directory (`./configure --prefix=$PWD`). PLUMED
+expects the installation directory to be a different one! You might want to use something like `./configure --prefix=$PWD/install` instead.
+
 Notice that upon installation PLUMED might need to relink a library.
 This was always true until version 2.1, but in version 2.2 libraries should
 only be relinked if one changes the install prefix during when typing `make install`.
-- 
GitLab